LinesSkin
<< | Cookbook-V1 | >>
Note: The recipes here are for PmWiki versions 0.6 and 1.0 only. For PmWiki 2.0 recipes, see Cookbook.
Skin Overview
Skin based on DIV's. The layout of the page is controlled by the template file at lines.tmpl
and its associated CSS file at lines.css
. The rounded corner is done with a sliced graphic which had to be included in the .tmpl
file. It is mainly intended for using PmWiki as a CMS (as I do on my homepage). Therefore the Edit, Page History etc. are not visible too much (and are not intended to be). In the SideBar the second header (!!) is used for an Edit link (see my homepage). Take a look at my Homepage to see how it looks like If you want it to see with the original PmWiki-Files see here.
I also changed the look in Print Preview which is controlled by print.tmpl
. To use it you have to add the following line in your config.php
:
$PrintTemplateFmt = "pmwiki/pub/skins/lines/print.tmpl";
enjoy it...
Files
As I don't know how to upload files here, you can get it here: http://www.loncarek.de/downloads/lines.zip
Author
Klonk pmwiki-2.3.38 -- Last modified by {{Klonk}}