Changeset 3 for trunk/Application/View.php
- Timestamp:
- Sep 8, 2016, 11:03:23 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/View.php
r1 r3 35 35 { 36 36 $Output = '<div>'; 37 $Output .= '<div class="MenuItem">'; 38 $Bar = ''; 39 foreach($this->System->Bars['TopLeft'] as $BarItem) 40 $Bar .= call_user_func($BarItem); 41 if(trim($Bar) != '') $Output .= $Bar; 42 else $Output .= ' '; 43 $Output .= '</div><div class="MenuItem2">'; 37 44 $Bar = ''; 38 45 foreach($this->System->Bars['Top'] as $BarItem) … … 40 47 if(trim($Bar) != '') $Output .= $Bar; 41 48 else $Output .= ' '; 42 $Output .= '</div> ';49 $Output .= '</div></div>'; 43 50 return($Output); 44 51 }
Note:
See TracChangeset
for help on using the changeset viewer.