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()
', $row['theme_name'], '') : $row['theme_name'];
+// echo (is_writeable($phpbb_root_path . 'styles/themes/' . $row['css_external'])) ? sprintf('%s%s%s', "', $row['theme_name'], '') : $row['theme_name'];
+
+ echo sprintf('%s%s%s', "', $row['theme_name'], '');
?> |
">Regenerate | ">Delete | ">Export | ">Preview |