Changeset 571 for trunk/Common/Page.php
- Timestamp:
- Sep 27, 2013, 12:44:30 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Page.php
r567 r571 85 85 function ShowFooter() 86 86 { 87 global $ScriptTimeStart; 87 global $ScriptTimeStart, $Revision, $ReleaseTime; 88 88 89 $Time = round(GetMicrotime() - $ScriptTimeStart, 2); 89 90 $Output = ''; 90 91 if($this->BasicHTML == false) 91 92 { 92 $Output .= '<div id="Footer"> 93 <i>| Správa webu: '.$this->System->Config['Web']['Admin'].' | e-mail: '.$this->System->Config['Web']['AdminEmail'].' |'; 93 $Output .= '<div id="Footer">'. 94 '<i>| Správa webu: '.$this->System->Config['Web']['Admin'].' | e-mail: '.$this->System->Config['Web']['AdminEmail'].' | '. 95 ' Verze: '.$Revision.' ('.HumanDate($ReleaseTime).') |'; 94 96 if($this->ShowRuntimeInfo == true) $Output .= ' Doba generování: '.$Time.' s / '.ini_get('max_execution_time'). 95 97 ' s | Použitá paměť: '.HumanSize(memory_get_peak_usage(FALSE)).' / '.ini_get('memory_limit').'B |';
Note:
See TracChangeset
for help on using the changeset viewer.