Changeset 343 for trunk/style.php
- Timestamp:
- Jan 17, 2012, 1:00:26 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/style.php
r304 r343 142 142 <div id="Title">'.$Title.'</div> 143 143 <div class="Navigation"><span class="MenuItem"><strong>Navigace >></strong> '.$Navigation.'</span><div class="MenuItem2"> '; 144 //if($System->Mod ules['User']->User['Id'] == $System->Modules['User']->AnonymousUserId)144 //if($System->Models['User']->User['Id'] == $System->Models['User']->AnonymousUserId) 145 145 // $Output .= '<a href="'.$Config['Web']['RootFolder'].'?Action=LoginForm">Přihlášení</a> <a href="'.$Config['Web']['RootFolder'].'?Action=RegistrationForm">Registrace</a>'; 146 // else $Output .= $System->Mod ules['User']->User['Name'].' <a href="?Action=Logout">Odhlásit</a> <a href="?Action=UserOptions">Nastavení</a>';146 // else $Output .= $System->Models['User']->User['Name'].' <a href="?Action=Logout">Odhlásit</a> <a href="?Action=UserOptions">Nastavení</a>'; 147 147 $Output .= '</div></div>'; 148 148 echo($Output);
Note:
See TracChangeset
for help on using the changeset viewer.