Changeset 607 for trunk/Common/Page.php
- Timestamp:
- Dec 12, 2013, 10:19:00 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Page.php
r594 r607 85 85 if($this->BasicHTML == false) 86 86 { 87 $Output .= '<div id="Title">'.$Title.'</div>87 $Output .= '<div class="MainTitle">'.$Title.'</div> 88 88 <div class="Navigation"><span class="MenuItem"><strong>Navigace :: </strong> '.$Navigation.'</span><div class="MenuItem2">'; 89 89 if(isset($this->System->User) and ($this->System->Config['Web']['UserSupport'] == 1))
Note:
See TracChangeset
for help on using the changeset viewer.