Fixes vim mode line.
[platal.git] / classes / plpage.php
index 9841123..b79fa1c 100644 (file)
@@ -89,7 +89,6 @@ abstract class PlPage extends Smarty
      */
     public function coreTpl($tpl, $type = SKINNED)
     {
-        global $globals;
         $this->changeTpl(self::getCoreTpl($tpl), $type);
     }
 
@@ -586,5 +585,5 @@ function hide_emails($source, $smarty)
 
 // }}}
 
-// vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8:
+// vim:set et sw=4 sts=4 sws=4 foldmethod=marker fenc=utf-8:
 ?>