diff options
author | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2017-04-26 20:45:47 +0000 |
---|---|---|
committer | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2017-04-26 20:45:47 +0000 |
commit | eed0354ce6c8eee1b7d73bfbe5572e95cb10c3fc (patch) | |
tree | c7191876d728ed65cd49ef70b21df412c18bbad0 /docs | |
parent | aa802c339c4b1c97abf3cc9752ea6bd96219959f (diff) | |
download | pmwiki.svn-eed0354ce6c8eee1b7d73bfbe5572e95cb10c3fc.tar.bz2 |
Fix warning about missing intermap file
git-svn-id: svn://pmwiki.org/pmwiki/trunk@3232 524c5546-5005-0410-9a3e-e25e191bd360
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sample-config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sample-config.php b/docs/sample-config.php index 04a950e9..66e2096d 100644 --- a/docs/sample-config.php +++ b/docs/sample-config.php @@ -28,7 +28,7 @@ $WikiTitle = 'PmWiki'; ## If you want to have a custom skin, then set $Skin to the name ## of the directory (in pub/skins/) that contains your skin files. ## See PmWiki.Skins and Cookbook.Skins. -# $Skin = 'pmwiki'; +# $Skin = 'pmwiki-responsive'; ## You'll probably want to set an administrative password that you ## can use to get into password-protected pages. Also, by default |