diff options
author | Clarence Lee <spicynoodles at gmail dot com> | 2011-08-29 17:58:31 +0100 |
---|---|---|
committer | Clarence Lee <spicynoodles at gmail dot com> | 2011-08-29 17:58:31 +0100 |
commit | 2124c86c25601843a6af4156ee5d1641b1bd714a (patch) | |
tree | 9843a9ead2f04e4a0611c2f13572aeadd9bd85c2 /conf/default.php | |
parent | 1c2583d6e97f3220db6eb34b0cd5243369b5d41b (diff) | |
parent | edb1239b12e661f71fda343716448857681cbe53 (diff) | |
download | rpg-2124c86c25601843a6af4156ee5d1641b1bd714a.tar.gz rpg-2124c86c25601843a6af4156ee5d1641b1bd714a.tar.bz2 |
added design folder for mockups: edit highlighting and toc
Diffstat (limited to 'conf/default.php')
-rwxr-xr-x | conf/default.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/default.php b/conf/default.php index 57b7bd581..378e61909 100755 --- a/conf/default.php +++ b/conf/default.php @@ -5,7 +5,5 @@ */ $conf['tagline'] = 'This is the tagline - explaining what this site is about.'; -$conf['discussionPage'] = 'discussion:@ID@'; -$conf['userPage'] = 'user:@USER@:'; $conf['sidebarID'] = 'sidebar'; $conf['hideTools'] = 0; |