Changeset 20 for trunk/CustomOutput.php
- Timestamp:
- Mar 1, 2010, 9:35:28 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CustomOutput.php
r19 r20 37 37 { 38 38 // Visitor 39 $Output .= '<ul class="MenuItem">'; 40 $Output .= '<li>'.$this->System->HTML->MakeLink($this->System->Localization->Translate('About'), $this->System->Navigation->MakeLink('Main', 'About')).'</li>'; 41 $Output .= '<li>'.$this->System->HTML->MakeLink($this->System->Localization->Translate('Internet'), $this->System->Navigation->MakeLink('Main', 'Internet')).'</li>'; 42 $Output .= '<li>'.$this->System->HTML->MakeLink($this->System->Localization->Translate('Hosting'), $this->System->Navigation->MakeLink('Main', 'Hosting')).'</li>'; 43 $Output .= '<li><a href="https://mail.zdechov.net/">Pošta</a></li>'; 44 $Output .= '<li>'.$this->System->HTML->MakeLink($this->System->Localization->Translate('NetworkHistory'), $this->System->Navigation->MakeLink('Main', 'History')).'</li>'; 45 $Output .= '<li>'.$this->System->HTML->MakeLink($this->System->Localization->Translate('Documents'), $this->System->Navigation->MakeLink('Main', 'Documents')).'</li>'; 46 $Output .= '<li>'.$this->System->HTML->MakeLink($this->System->Localization->Translate('Links'), $this->System->Navigation->MakeLink('Main', 'Links')).'</li>'; 47 $Output .= '<li>'.$this->System->HTML->MakeLink($this->System->Localization->Translate('Contact'), $this->System->Navigation->MakeLink('Main', 'Contact')).'</li>'; 48 $Output .= '</ul>'; 39 49 $Output .= '<ul class="MenuItem2">'; 40 50 $Output .= '<li>'.$this->System->HTML->MakeLink($this->System->Localization->Translate('UserLogin'), $this->System->Navigation->MakeLink('User', 'Login')).'</li>';
Note:
See TracChangeset
for help on using the changeset viewer.