From: x2000habouzit Date: Tue, 23 Nov 2004 20:59:23 +0000 (+0000) Subject: add readme for conf.d X-Git-Tag: xorg/old~819 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=bb2d6fbe2238660644a85547cfd259505084387b;p=platal.git add readme for conf.d --- diff --git a/include/conf.d/README b/include/conf.d/README new file mode 100644 index 0000000..96427af --- /dev/null +++ b/include/conf.d/README @@ -0,0 +1,11 @@ +WHAT IS PUT HERE ? +------------------ + +*.globals.inc.php : + in there you can extend $globals with new params. + each module can have as many files it wants here. + in thoses scripts, $this is the current $globals beeing created. + +*.menu.inc.php : + quite the same as previous one, but for menus. + you can add $this->addPrivateEntry/addPublicEntry to extend the menu. diff --git a/include/xorg.globals/.cvsignore b/include/xorg.globals/.cvsignore deleted file mode 100644 index e69de29..0000000