Changeset 603 for trunk/includes/system.php
- Timestamp:
- Nov 26, 2013, 12:22:41 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/system.php
r602 r603 253 253 'Heslo: <td><input type="password" name="LoginPass" size="8" /> '. 254 254 '<input type="submit" value="Přihlásit" /></form> '. 255 '<a href="'.$this->System->Link('/registrace.php').'"> Registrace</a></span>';255 '<a href="'.$this->System->Link('/registrace.php').'">'.T('Registration').'</a></span>'; 256 256 } 257 257 $Output .= '</div>'; … … 303 303 function ShowMainMenu() 304 304 { 305 $Output = '<strong> Nabídka:</strong>'.305 $Output = '<strong>'.T('Menu').':</strong>'. 306 306 '<div class="verticalmenu"><ul>'; 307 307 foreach($this->System->Menu as $MenuItem)
Note:
See TracChangeset
for help on using the changeset viewer.