[Phpslash-commit] CVS: phpslash-ft/public_html config.php3,1.129,1.130
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2002-03-15 19:16:32
|
Update of /cvsroot/phpslash/phpslash-ft/public_html In directory usw-pr-cvs1:/tmp/cvs-serv20627/phpslash-ft/public_html Modified Files: config.php3 Log Message: [ 530216 ] Story_base.class+Topic.class++ Index: config.php3 =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/config.php3,v retrieving revision 1.129 retrieving revision 1.130 diff -C2 -d -r1.129 -r1.130 *** config.php3 3 Mar 2002 16:07:53 -0000 1.129 --- config.php3 15 Mar 2002 19:16:28 -0000 1.130 *************** *** 127,130 **** --- 127,136 ---- $_PSL['mailinglist_subject'] = "PHPSlash Times"; + // These following two variables control + // how the topic icons get organized after submitting a story: + $_PSL['auto_renorm'] = false; // automatically reorganizes the topic icons + // after publishing a new article + $_PSL['bar_limit'] = 5; // default number of icons in bar + // metatags that may need to be overwritten later ( article description). // other metatags should probably just reside in slashHead.tpl |