walkor hace 11 años
padre
commit
a31c31b215
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      applications/Statistics/Modules/admin.php

+ 2 - 1
applications/Statistics/Modules/admin.php

@@ -31,7 +31,8 @@ function admin()
             break;
     }
     
+    
     include ST_ROOT . '/Views/header.tpl.php';
-    include ST_ROOT . '/Views/main.tpl.php';
+    include ST_ROOT . '/Views/admin.tpl.php';
     include ST_ROOT . '/Views/footer.tpl.php';
 }