Changeset 404 for branches/Modular/Common/Page.php
- Timestamp:
- Jun 12, 2012, 6:41:12 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/Modular/Common/Page.php ¶
r386 r404 55 55 <div id="Title">'.$Title.'</div> 56 56 <div class="Navigation"><span class="MenuItem"><strong>Navigace :: </strong> '.$Navigation.'</span><div class="MenuItem2">'; 57 if( $this->System->Config['Web']['UserSupport'] == 1)57 if(array_key_exists('User', $this->System->Modules)) 58 58 { 59 59 if($this->System->Modules['User']->Models['User']->User['Id'] == $this->System->Modules['User']->Models['User']->AnonymousUserId)
Note:
See TracChangeset
for help on using the changeset viewer.