From eeab805012287d9be97dcc9626751d73557b5355 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Tue, 12 Aug 2003 20:46:43 +0000 Subject: [PATCH] Updates for installation of styles git-svn-id: file:///svn/phpbb/trunk@4391 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/admin_styles.php | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/phpBB/adm/admin_styles.php b/phpBB/adm/admin_styles.php index 9b0b749a04..a7cc2f2406 100644 --- a/phpBB/adm/admin_styles.php +++ b/phpBB/adm/admin_styles.php @@ -68,12 +68,11 @@ else } } - // Set some basic vars $error = $cfg = $stylecfg = array(); $tmp_path = ''; -$safe_mode = (@ini_get('safe_mode') || @strtolower(ini_get('safe_mode')) == 'on') ? true : false; +$safe_mode = (@ini_get('safe_mode') || @strtolower(ini_get('safe_mode')) == 'on') ? true : false; $file_uploads = (@ini_get('file_uploads') || strtolower(@ini_get('file_uploads')) == 'on') ? true : false; // Generate list of archive types inc. regexp | match @@ -115,10 +114,6 @@ switch ($action) remove($mode, $id); } break; - - case 'preview': - - break; } // Mode based actions @@ -765,7 +760,7 @@ function viewsource(url) { if (!in_array($value, $test_ary)) { - $base_classes['custom'][] = $value; +// $base_classes['custom'][] = $value; } } unset($matches); @@ -1428,9 +1423,10 @@ function frontend($type, $options) $dp = opendir("{$phpbb_root_path}styles"); while ($file = readdir($dp)) { - if ($file{0} != '.' && file_exists("{$phpbb_root_path}styles/$file/$type/$type.cfg")) + $subpath = ($type != 'style') ? "$type/" : ''; + if ($file{0} != '.' && file_exists("{$phpbb_root_path}styles/$file/$subpath$type.cfg")) { - if ($cfg = file("{$phpbb_root_path}styles/$file/$type/$type.cfg")) + if ($cfg = file("{$phpbb_root_path}styles/$file/$subpath$type.cfg")) { $name = trim($cfg[0]); if (!in_array($name, $installed)) @@ -1454,7 +1450,7 @@ function frontend($type, $options) ?> - ">lang['INSTALL']; ?> + ">lang['INSTALL']; ?>