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