From 89a250b7f773fc20392703ad6d5ab1911dc788a7 Mon Sep 17 00:00:00 2001 From: shish Date: Sun, 8 Jun 2008 15:11:01 +0000 Subject: [PATCH] whitespace git-svn-id: file:///home/shish/svn/shimmie2/trunk@889 7f39781d-f577-437e-ae19-be835c7a54ca --- index.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/index.php b/index.php index 38b35a96..3de6db2d 100644 --- a/index.php +++ b/index.php @@ -9,7 +9,6 @@ version_check(); sanitise_environment(); - // load base files $files = array_merge(glob("core/*.php"), glob("ext/*/main.php")); foreach($files as $filename) { @@ -40,8 +39,7 @@ if($custom_themelets) { $m = array(); foreach($custom_themelets as $filename) { if(preg_match("/themes\/$_theme\/(.*)\.theme\.php/",$filename,$m) - && array_contains($themelets, "ext/{$m[1]}/theme.php")) - { + && array_contains($themelets, "ext/{$m[1]}/theme.php")) { require_once $filename; } }