diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-07-13 17:47:17 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-07-13 17:47:17 +0000 |
| commit | aea401ac98461e71e0cd62dd1c296c11c31b88e2 (patch) | |
| tree | 9aeed14d00e4225d4133b5d6c25b5d260abf7a23 /phpBB | |
| parent | 927b4539bba405ef998f03ec5a0671dee3b5ff4c (diff) | |
| download | forums-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.php | 4 |
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&mode=themes&action=edit&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&mode=themes&action=edit&id=" . $row['theme_id'] . '">', $row['theme_name'], '</a>') : $row['theme_name']; + + echo sprintf('%s%s%s', "<a href=\"admin_styles.$phpEx$SID&mode=themes&action=edit&id=" . $row['theme_id'] . '">', $row['theme_name'], '</a>'); ?></td> <td class="<?php echo $row_class; ?>" nowrap="nowrap"> <a href="<?php echo "admin_styles.$phpEx$SID&mode=themes&action=recreate&id=" . $row['theme_id']; ?>">Regenerate</a> | <a href="<?php echo "admin_styles.$phpEx$SID&mode=themes&action=delete&id=" . $row['theme_id']; ?>">Delete</a> | <a href="<?php echo "admin_styles.$phpEx$SID&mode=themes&action=export&id=" . $row['theme_id']; ?>">Export</a> | <a href="<?php echo "admin_styles.$phpEx$SID&mode=themes&action=preview&id=" . $row['theme_id']; ?>">Preview</a> </td> |
