From fb8511df75a824c211a697b7352e143b785865ee Mon Sep 17 00:00:00 2001 From: James Atkinson Date: Thu, 25 Oct 2001 08:53:18 +0000 Subject: A little over half done the styles admin Can do: Add new themes from cfg file, export theme data to cfg file, remove themes Cannot do: Created or edit themes git-svn-id: file:///svn/phpbb/trunk@1244 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/constants.php | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/includes/constants.php') diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php index d2a59fc801..04580db3dc 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -167,6 +167,7 @@ define('SEARCH_TABLE', $table_prefix.'search_results'); define('SESSIONS_TABLE', $table_prefix.'sessions'); define('SMILIES_TABLE', $table_prefix.'smilies'); define('THEMES_TABLE', $table_prefix.'themes'); +define('THEMES_NAME_TALBE', $table_prefix.'themes_name'); define('TOPICS_TABLE', $table_prefix.'topics'); define('TOPICS_WATCH_TABLE', $table_prefix.'topics_watch'); define('USER_GROUP_TABLE', $table_prefix.'user_group'); -- cgit v1.2.1