Go to file
xfnw 79257b3dc2 add example config and PageActions 2022-05-30 19:23:45 -04:00
PageActions.example.txt add example config and PageActions 2022-05-30 19:23:45 -04:00
README init 2021-06-01 09:16:58 -04:00
config.example.php add example config and PageActions 2022-05-30 19:23:45 -04:00
footnote2.php add citation needed markup 2022-02-12 13:56:50 -05:00
skin.css make indents have faint lines, for following talk pages 2021-10-06 22:28:19 -04:00
skin.js init 2021-06-01 09:16:58 -04:00
skin.php init 2021-06-01 09:16:58 -04:00
skin.tmpl init 2021-06-01 09:16:58 -04:00
xclose.svg init 2021-06-01 09:16:58 -04:00
xmenu.svg init 2021-06-01 09:16:58 -04:00
xsearch.svg init 2021-06-01 09:16:58 -04:00
xwrench.svg init 2021-06-01 09:16:58 -04:00

README

This directory contains the files to display pages in PmWiki according
to the default "responsive" layout, adaptive for large and small screens.

Note that currently this layout is "beta". It requires relatively recent
mobile and desktop browsers (post-2010).

==>Don't edit these files directly, as you may lose your edits the
next time you upgrade PmWiki!

Instead, copy the files to another directory in pub/skins/ and edit
them there.  You can then configure PmWiki to use your modified layout
files by setting the $Skin variable in your local/config.php.  For 
example, if you copy your custom skin to pub/skins/custom, then you 
would set
   $Skin = 'custom';
in local/config.php.

The files in this directory:
    skin.tmpl   -- the default template for page layouts
    skin.css    -- PmWiki's default css
    skin.php    -- some template functions
    skin.js     -- some template functions (browser)
    *.svg       -- icons

Note, the default PmWiki logo is in the "pmwiki" template directory.
If you just want to change the logo, you can do it by setting $PageLogoUrl
to the url location of your logo.