From: Joel U. <uck...@el...> - 2005-11-03 17:07:57
|
Thus spake John Stevens: > > Hi All, > I need to develop a theme that matches our corporate themes and was > wondering if someone with experience wouldn't mind assisting me with some > pointers. As I understand that there is no real themes howto doc, I figure > the best way to find out is to ask. > > I wouldn't mid basing it on an existing theme, and users would still be abl= > e > to change the theme to whatever they prefer, but it must at least start out > looking like the rest of our intranets. > > Thanks in advance. > > PS, the good news is I have finally convinced my superiors of the merits of > a wiki;) > How different is the look of your corporate pages from themes included with phpwiki? It might be the case that all you'll need to do is modify the style sheet for one of the existing themes. If you need to do more than adjust colors, borders, and sizes, then you'll have to edit some of the templates. Probably the easiest way to start is to make yourself a copy of the default theme, and start tinkering with that. Remember to set the theme name in yourtheme/themeinfo.php. Anything which is needed but isn't present in a theme will be taken from the default theme, so once you have what you want you can just include in your theme the files you've changed. -- J. |