diff options
author | James Atkinson <thefinn@users.sourceforge.net> | 2001-10-25 08:53:18 +0000 |
---|---|---|
committer | James Atkinson <thefinn@users.sourceforge.net> | 2001-10-25 08:53:18 +0000 |
commit | fb8511df75a824c211a697b7352e143b785865ee (patch) | |
tree | 0f6c7e55c9059bd2eef8913b533212a6b97f0dbb /phpBB/includes | |
parent | a719de20ea0c4673c4a534649eaf26cf7b367f61 (diff) | |
download | forums-fb8511df75a824c211a697b7352e143b785865ee.tar forums-fb8511df75a824c211a697b7352e143b785865ee.tar.gz forums-fb8511df75a824c211a697b7352e143b785865ee.tar.bz2 forums-fb8511df75a824c211a697b7352e143b785865ee.tar.xz forums-fb8511df75a824c211a697b7352e143b785865ee.zip |
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
Diffstat (limited to 'phpBB/includes')
-rw-r--r-- | phpBB/includes/constants.php | 1 |
1 files changed, 1 insertions, 0 deletions
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'); |