Browse Source

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

pdontthink 16 năm trước cách đây
mục cha
commit
f5bf1d9f61
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
-displayPageHeader($color, 'None');
+displayPageHeader($color, '');
 
 $oTemplate->display('plugins/demo/demo.tpl');
 $oTemplate->display('footer.tpl');