[Comoblog-commit] modules/mod_skinselect/install mod_skinselect.xml,1.1,1.2
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2006-02-24 00:41:38
|
Update of /cvsroot/comoblog/modules/mod_skinselect/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7866/mod_skinselect/install Modified Files: mod_skinselect.xml Log Message: added a proof of concept skin to aid testing, and a few more user options to control if the modules css should be loaded, and if the base comoblog css should be loaded. Index: mod_skinselect.xml =================================================================== RCS file: /cvsroot/comoblog/modules/mod_skinselect/install/mod_skinselect.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- mod_skinselect.xml 24 Feb 2006 00:01:33 -0000 1.1 +++ mod_skinselect.xml 24 Feb 2006 00:41:34 -0000 1.2 @@ -100,6 +100,28 @@ restrict_values="Y|N" /> + + <param + name="CFG_MOD_SKINSELECT_INCLUDE_MODULES" + description="Include the css for each module" + type="select" + editable="Y" + accept_null="N" + value="Y" + restrict_values="Y|N" + /> + + <param + name="CFG_MOD_SKINSELECT_INCLUDE_BASE" + description="Include the base css for comoblog" + type="select" + editable="Y" + accept_null="N" + value="Y" + restrict_values="Y|N" + /> + + <param name="CFG_MOD_SKINSELECT_DEFAULT" |