From: garvinhicking Date: Tue, 18 Apr 2006 12:08:57 +0000 (+0000) Subject: Hide non-custom interface X-Git-Tag: 1.0~44 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=83107c6941bcdce958f56f0f299ad8c52648f160;p=s9y.git Hide non-custom interface --- 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' ) { :
:
- :
+ :