

==== DB theme ===
You can specify DB template as the theme.
This module depends on altsys.
MERITS- You can edit the theme/css via altsys (you can see diff)
- CSS of the theme will be templatized automatically
- You can specify different themes by blocks (Of course, the block is duplicatable)
- You can turn "Update module template .html files from themes/your theme/templates directory" off when editing DB theme
USAGES(If you didnot...)
- set XOOPS_TRUST_PATH
- Install altsys >= 0.5
- Install dbtheme as usual D3 module
- Set weight=0 in modulesadmin
- If you use XoopsCube Legacy 2.1, edit/append site_custom.ini.php like this.
- Turn visible of "Theme hook" block on
- Allow to access module/block in "Permissions"
- Specify the DB template in the block's option
[RenderSystems]
Legacy_RenderSystem=Legacy_DbthemeRenderSystem
[Legacy_DbthemeRenderSystem]
root=XOOPS_TRUST_PATH
path=/modules/dbtheme/class
class=Legacy_DbthemeRenderSystem
NOTICEThis module has DB templates from current theme set.
If you change the theme set as base, input the name of theme in this module's preferences and update the module from modulesadmin.
Then, the templates are updated from specified theme set.
If you want to use multiple theme set at once, install another DBTHEME modules.
Since DBTHEME module is designed as D3 module, you can intall the module as much as you like.
CHANGES0.50 2008-02-25
- changed spec using render system Legacy_DbthemeRenderSystem by preload
0.34 2007-05-23
- fixed the dependency of dirname "dbtheme" in oninstall and onupdate
0.33 2007-05-12
- changed the structure "altsys essential"
- added language constants override system (with altsys>=0.5)
- templatized mymenu (with altsys>=0.5)
- added language files
-- japaneseutf
0.32 2007-04-19
- added an assignment xoops_dbthemecssurl for special themes for dbtheme
- added language files
-- persian (thx stranger)
0.31 2007-04-09
- fixed xoops_imageurl in CSS (thx mizukami)
- modified preg_replace pattern on updating the module (thx mizukami)
- fixed typo in oninstall (thx hodaka) 0.31a
0.30 2007-04-07
- modified smarty no longer necessary
- modified xoops_theme, xoops_imageurl, xoops_themecss
- added a configration "base theme"
0.20 2007-04-05
- added preg_replace theme/css in oninstall/onupdate
- added importing templates from (dbtheme dirname)/templates/*
- applied for XC Legacy 2.1
0.10 2007-04-04
- 1st release