Last change
on this file since 13741 was
3327,
checked in by rub, 15 years ago
|
extension added: fun_snow
|
-
Property svn:eol-style set to
LF
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
515 bytes
|
Line | |
---|
1 | In order to affect fun effect on pages, add on your config_local.inc.php file this param: |
---|
2 | |
---|
3 | $conf['fun_snow_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 | |
---|
18 | This example is the default value. |
---|
19 | Page, witch are not in array, have false value by default. |
---|
Note: See
TracBrowser
for help on using the repository browser.