Reddit.php
authorAlan Knowles <alan@roojs.com>
Tue, 16 Dec 2014 09:42:17 +0000 (17:42 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 16 Dec 2014 09:42:17 +0000 (17:42 +0800)
Reddit.php

index d293100..f31b5fa 100644 (file)
@@ -5,7 +5,8 @@ require_once 'Pman.php';
 
 class  Reddit  extends Pman
 {
-    var $masterTemplate = 'reddit.html';
+    var $template= 'Reddit.Index.html';
+    
     
     function getAuth()
     {