'.$this->oLang->texts['W_DAY'].' '.$this->oLang->texts['W_START'].' '.$this->oLang->texts['W_END'].' '.$this->oLang->texts['W_NOTICE'].''; foreach($this->settings['opening_days'] as $day){ echo ' '.constant(strtoupper($day)).' '.$this->aOpen[$day]["start"].' '.$this->aOpen[$day]["end"].' '.$this->aOpen[$day]["notice"].' '; } echo ''; ?>