From 83107c6941bcdce958f56f0f299ad8c52648f160 Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Tue, 18 Apr 2006 12:08:57 +0000 Subject: [PATCH] Hide non-custom interface --- include/admin/templates.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/admin/templates.inc.php b/include/admin/templates.inc.php index fe35fcc..a3c537e 100644 --- a/include/admin/templates.inc.php +++ b/include/admin/templates.inc.php @@ -53,11 +53,11 @@ if ($serendipity['GET']['adminAction'] == 'install' ) { if (file_exists($serendipity['serendipityPath'] . $serendipity['templatePath'] . $theme . '/preview.png')) { $preview = ''; } elseif (!empty($info['previewURL'])) { - $preview = ''; + $preview = ''; } else { $preview = ' '; } - + if (empty($info['customURI'])) { $info['customURI'] = ''; } @@ -95,7 +95,7 @@ if ($serendipity['GET']['adminAction'] == 'install' ) { :
:
- :
+ :
-- 2.39.5