source: extensions/fun_citation/ReadMe.txt @ 27153

Last change on this file since 27153 was 3326, checked in by rub, 15 years ago

extension added: fun_citation

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 519 bytes
Line 
1In order to affect fun effect on pages, add on your config_local.inc.php file this param:
2
3    $conf['fun_citation_pages'] = array
4    (
5      'admin' => false,
6      'comments' => true,
7      'identification' => true,
8      'index' => true,
9      'password' => true,
10      'picture' => true,
11      'popuphelp' => true,
12      'profile' => true,
13      'register' => true,
14      'search' => true,
15      'tags' => true,
16    );
17
18This example is the default value.
19Page, witch are not in array, have false value by default.
Note: See TracBrowser for help on using the repository browser.