Revision 1540
Added by Dietmar almost 13 years ago
index.php | ||
---|---|---|
113 | 113 |
// Parse template object |
114 | 114 |
$template->parse('main', 'main_block', false); |
115 | 115 |
$template->pparse('output', 'page'); |
116 |
|
|
116 |
/* |
|
117 | 117 |
$endtime=explode(" ", microtime()); |
118 | 118 |
$endtime=$endtime[0]+$endtime[1]; |
119 | 119 |
$debugVMsg = ''; |
... | ... | |
124 | 124 |
// $debugVMsg = print_message($debugVMsg,'#','debug',-1,false); |
125 | 125 |
print $debugVMsg.'<br />'; |
126 | 126 |
} |
127 |
|
|
127 |
*/ |
|
128 | 128 |
// Print admin |
129 | 129 |
$admin->print_footer(); |
130 |
|
|
131 |
?> |
Also available in: Unified diff
did some changes and fixes found by testers