1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

Syntax and Notice fixes.

This commit is contained in:
CaMer0n
2009-09-06 20:04:04 +00:00
parent 4177c1607b
commit c0041d69d0
8 changed files with 85 additions and 86 deletions

View File

@@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_themes/templates/footer_default.php,v $
| $Revision: 1.15 $
| $Date: 2009-07-12 02:29:24 $
| $Revision: 1.16 $
| $Date: 2009-09-06 20:04:04 $
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
@@ -67,7 +67,7 @@ if(varset($e107_popup)!=1)
//
// B.2 Send footer template, stop timing, send simple page stats
//
parseheader(($ph ? $cust_footer : $FOOTER));
parseheader((varset($ph) ? $cust_footer : $FOOTER));
$eTimingStop = microtime();
global $eTimingStart;