[pmwiki-users] New skin: Pukka Float
Hans
design at flutesong.net
Thu Mar 17 14:31:09 CST 2005
Hi Bronwyn,
I had success getting the .htaccess trick working.
Put in the .htaccess file in the css folder:
<Files *.css>
SetHandler application/x-httpd-php
</Files>
and put at the start of stitch_linked.css and stitch_imported.css
(line after <?php):
header('Content-type: text/css');
This is just a small modification of your original.
It does not use skin.php.
One point about the skin:
action=search does not exist, you need to replace the 'Linked to by'
link with
<a href='$ScriptUrl/Main/SearchWiki&q=$Title'>$[Linked to by]</a>
Best,
~Hans
More information about the pmwiki-users
mailing list