Aktuelle Änderungen Printable View Änderungen Bearbeiten
YouTube > ZenAndTheArtOfLispProgramming > PmWiki > PmWiki > AdvancedTables > Audiences > Contributors > CreatingNewPages > CustomInterMap > DocumentationIndex > FAQ > GroupAttributes > InterMap > LocalCustomizations > Passwords > PatrickMichaud > PerGroupCustomizationsClear Traillocal/ subdirectory (in the same directory that holds pmwiki.php) is used to hold local configuration files. To perform LocalCustomizations for a particular WikiGroup, place the customizations in a file called "Group.php" (where Group is the actual name of the page group in question) in the local/ subdirectory. This file will be automatically processed after processing any LocalCustomizations in the config.php file.
local/Chess.php containing
<?php
$PageLogoUrl = "/myimages/chess.gif";
?>
config.php can be used as a PerGroupCustomization.
local/Chess.HomePage.php to set local customizations for Chess.HomePage.
local/config.php file, and then looks for a per-page customization file in the local/ subdirectory to process. If there is no per-page customization file then PmWiki looks for a per-group customization, and if that doesn't exist it looks for a per-group customization file for the group given by the $DefaultGroup (usually "Main").