Changeset 111 for branches/php/CustomOutput.php
- Timestamp:
- Jan 19, 2014, 12:43:49 AM (11 years ago)
- Location:
- branches/php
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/php
- Property svn:ignore
-
old new 1 2 1 config.php 3 4 2 error.log 3 .project
-
- Property svn:ignore
-
branches/php/CustomOutput.php
r28 r111 45 45 $Output .= '<li>'.$this->System->HTML->MakeLink($this->System->Localization->Translate('Links'), $this->System->Navigation->MakeLink('Main', 'Links')).'</li>'; 46 46 $Output .= '<li>'.$this->System->HTML->MakeLink($this->System->Localization->Translate('Contact'), $this->System->Navigation->MakeLink('Main', 'Contact')).'</li>'; 47 if($this->System->UserOnline->User == $this->System->UserOnline->AnonymousUserId)47 if($this->System->UserOnline->User == null) 48 48 { 49 49 $Output .= '</ul>';
Note:
See TracChangeset
for help on using the changeset viewer.