aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-07-13 17:47:17 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-07-13 17:47:17 +0000
commitaea401ac98461e71e0cd62dd1c296c11c31b88e2 (patch)
tree9aeed14d00e4225d4133b5d6c25b5d260abf7a23 /phpBB
parent927b4539bba405ef998f03ec5a0671dee3b5ff4c (diff)
downloadforums-aea401ac98461e71e0cd62dd1c296c11c31b88e2.tar
forums-aea401ac98461e71e0cd62dd1c296c11c31b88e2.tar.gz
forums-aea401ac98461e71e0cd62dd1c296c11c31b88e2.tar.bz2
forums-aea401ac98461e71e0cd62dd1c296c11c31b88e2.tar.xz
forums-aea401ac98461e71e0cd62dd1c296c11c31b88e2.zip
Guess what
git-svn-id: file:///svn/phpbb/trunk@4243 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/adm/admin_styles.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/adm/admin_styles.php b/phpBB/adm/admin_styles.php
index e1bdc1279a..22bc9c9ddb 100644
--- a/phpBB/adm/admin_styles.php
+++ b/phpBB/adm/admin_styles.php
@@ -1319,7 +1319,9 @@ function csspreview()
<tr>
<td class="<?php echo $row_class; ?>" width="100%"><?php
- echo (is_writeable($phpbb_root_path . 'styles/themes/' . $row['css_external'])) ? sprintf('%s%s%s', "<a href=\"admin_styles.$phpEx$SID&amp;mode=themes&amp;action=edit&amp;id=" . $row['theme_id'] . '">', $row['theme_name'], '</a>') : $row['theme_name'];
+// echo (is_writeable($phpbb_root_path . 'styles/themes/' . $row['css_external'])) ? sprintf('%s%s%s', "<a href=\"admin_styles.$phpEx$SID&amp;mode=themes&amp;action=edit&amp;id=" . $row['theme_id'] . '">', $row['theme_name'], '</a>') : $row['theme_name'];
+
+ echo sprintf('%s%s%s', "<a href=\"admin_styles.$phpEx$SID&amp;mode=themes&amp;action=edit&amp;id=" . $row['theme_id'] . '">', $row['theme_name'], '</a>');
?></td>
<td class="<?php echo $row_class; ?>" nowrap="nowrap">&nbsp;<a href="<?php echo "admin_styles.$phpEx$SID&amp;mode=themes&amp;action=recreate&amp;id=" . $row['theme_id']; ?>">Regenerate</a> | <a href="<?php echo "admin_styles.$phpEx$SID&amp;mode=themes&amp;action=delete&amp;id=" . $row['theme_id']; ?>">Delete</a> | <a href="<?php echo "admin_styles.$phpEx$SID&amp;mode=themes&amp;action=export&amp;id=" . $row['theme_id']; ?>">Export</a> | <a href="<?php echo "admin_styles.$phpEx$SID&amp;mode=themes&amp;action=preview&amp;id=" . $row['theme_id']; ?>">Preview</a>&nbsp;</td>