README 824 B

12345678910111213141516171819202122
  1. This directory contains the files to display pages in PmWiki according
  2. to the default layout.
  3. ==>Don't edit these files directly, as you may lose your edits the
  4. next time you upgrade PmWiki!
  5. Instead, copy the files to another directory in pub/skins/ and edit
  6. them there. You can then configure PmWiki to use your modified layout
  7. files by setting the $Skin variable in your local/config.php. For
  8. example, if you copy your custom skin to pub/skins/custom, then you
  9. would set
  10. $Skin = 'custom';
  11. in local/config.php.
  12. The files in this directory:
  13. pmwiki.tmpl -- the default template for page layouts
  14. pmwiki.css -- PmWiki's default css
  15. pmwiki-32.gif -- the PmWiki logo
  16. If you just want to change the logo, you can do it by setting $PageLogoUrl
  17. to the url location of your logo.