Changeset 27 for trunk/www/page.php
- Timestamp:
- Jun 13, 2009, 2:48:35 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/page.php
r24 r27 26 26 </head><body'.$BodyParam.'>'. 27 27 '<div class="Navigation"><span class="MenuItem">'. 28 '<a href="?">Servery</a>'. 29 ' <a href="?Action=ClientList">Verze klienta</a>'; 28 '<a href="?Action=Info">Informace</a>'. 29 ' <a href="?">Seznam serverů</a>'. 30 ' <a href="?Action=ClientList">Verze klienta</a>'. 31 ' <a href="?Action=EmulatorList">Verze emulátoru</a>'; 30 32 $Output .= '</span><div class="MenuItem2">'; 31 33 if($this->System->Modules['User']->User['Id'] == $this->System->Modules['User']->AnonymousUserId) … … 43 45 $Time = round(GetMicrotime() - $ScriptTimeStart, 2); 44 46 $Output = '<div id="Footer"> 45 <i>| Projekt: WoW hosting | Správce: '.$this->System->Config['Web']['Admin'].' | E-mail: '.$this->System->Config['Web']['AdminEmail'].' | <a href="http://svn.zdechov.net/trac/wowhosting/browser">Zdrojové kódy</a> | <a href="http://svn.zdechov.net/trac/wowhosting/log?verbose=on">Změny</a>|'; 47 <i>| Založeno na projektu <a href="http://svn.zdechov.net/trac/wowhosting/">WoW hosting</a>'. 48 ' | <a href="http://svn.zdechov.net/trac/wowhosting/browser">Zdrojové kódy</a>'. 49 ' | <a href="http://svn.zdechov.net/trac/wowhosting/log?verbose=on">Novinky</a>|'. 50 ' | Správce: '.$this->System->Config['Web']['Admin']. 51 ' | E-mail: '.$this->System->Config['Web']['AdminEmail']; 46 52 if($this->System->Config['Web']['ShowRuntimeInfo'] == true) $Output .= ' Doba generování: '.$Time.' s / '.ini_get('max_execution_time').' s | Použitá paměť: '.HumanSize(memory_get_peak_usage(FALSE)).' / '.ini_get('memory_limit').'B |'; 47 53 $Output .= '</i></div></body></html>';
Note:
See TracChangeset
for help on using the changeset viewer.