Set up Smarty skins to be usable if $wgUseSmarty is set
[lhc/web/wiklou.git] / includes / SkinSmarty.php
index d71a947..8e2a3c4 100644 (file)
@@ -1,13 +1,13 @@
 <?php
 
+# And turn on $wgUseSmarty so this file gets included
+
+# Set your include_path so Smarty/libs is available
 include_once( "Smarty.class.php" );
 
 class SkinSmarty extends Skin {
        var $template;
        
-       function SkinSmarty() {
-       }
-       
        function initPage() {
                $this->template = "paddington";
        }