Browse Source

Don't use 'None' in displayPageHeader() calls

pdontthink 16 years ago
parent
commit
f5bf1d9f61
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/demo/demo.php

+ 1 - 1
plugins/demo/demo.php

@@ -25,7 +25,7 @@ if (!in_array('demo', $plugins))
 
 
 
 
 global $oTemplate, $color;
 global $oTemplate, $color;
-displayPageHeader($color, 'None');
+displayPageHeader($color, '');
 
 
 $oTemplate->display('plugins/demo/demo.tpl');
 $oTemplate->display('plugins/demo/demo.tpl');
 $oTemplate->display('footer.tpl');
 $oTemplate->display('footer.tpl');