Fix missing REPORT_URI variable in template_nodb
authorDan
Sat, 24 Nov 2007 01:02:55 -0500
changeset 287 f6d144cba8a9
parent 286 b2f985e4cef3
child 288 9a1a32bc2050
Fix missing REPORT_URI variable in template_nodb
includes/template.php
--- a/includes/template.php	Sat Nov 24 00:53:23 2007 -0500
+++ b/includes/template.php	Sat Nov 24 01:02:55 2007 -0500
@@ -1899,6 +1899,7 @@
       'STYLE_ID'=>$this->style,
       'JS_DYNAMIC_VARS'=>'<script type="text/javascript">var title="'. $title .'"; var scriptPath="'.scriptPath.'"; var ENANO_SID=""; var AES_BITS='.AES_BITS.'; var AES_BLOCKSIZE=' . AES_BLOCKSIZE . '; var pagepass=\'\';</script>',
       'SIDEBAR_RIGHT'=>'',
+      'REPORT_URI' => ''
       );
     $this->tpl_strings = array_merge($tpl_strings, $this->tpl_strings);