diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2018-03-12 22:57:42 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2018-03-12 22:57:42 +0100 |
commit | a8c22829d8e8845cd4ddf4ef8b61a1ed79edfffc (patch) | |
tree | f0ae554b863266fbe523582d1be09216436c7472 /debian/README.templates |
Imported from the SVN repository
http://svn.wolffelaar.nl/wsvn/phpbb/branches/jessie/
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
Diffstat (limited to 'debian/README.templates')
-rw-r--r-- | debian/README.templates | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/README.templates b/debian/README.templates new file mode 100644 index 0000000..b6069b4 --- /dev/null +++ b/debian/README.templates @@ -0,0 +1,13 @@ +The directory /usr/share/phpbb3/styles/ is exclusively for packages +supplying styles (themes) for phpbb3. prosilver and subsilver2 are distributed +by the 'phpbb3' package itself. + +The phpbb3 packaging will take a look in /etc/phpbb3/styles/ what templates +are available, so that you can add your own templates in /etc (as symlink to +somewhere else, or just the template itself). Template packages should put +their template in /usr/share/phpbb3/styles/, and make a symlink from +/etc/phpbb3/styles/. + +An important consequence is that just adding a template to +/usr/share/phpbb3/styles/ alone _will not work_. + |