From 5b1a4100e07db023b0f6dae89aa009e74992b7e6 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Tue, 7 Aug 2012 21:32:19 +0100 Subject: More wrong links --- mod/view.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod/view.php') diff --git a/mod/view.php b/mod/view.php index 15b3733b3..965e18067 100644 --- a/mod/view.php +++ b/mod/view.php @@ -9,8 +9,8 @@ function view_init($a){ if ($a->argc == 4){ $theme = $a->argv[2]; $THEMEPATH = "view/theme/$theme"; - if(file_exists("view/theme/$theme/style.php")) - require_once("view/theme/$theme/style.php"); + if(file_exists("view/theme/$theme/php/style.php")) + require_once("view/theme/$theme/php/style.php"); } killme(); -- cgit v1.2.3