début de gestion des commentaires avec punbb

This commit is contained in:
nojhan 2008-04-22 19:35:44 +00:00
commit 596b5dee05
2 changed files with 28 additions and 2 deletions

View file

@ -52,6 +52,16 @@ class configuration
*/
var $forum = 'http://perdu.com';
/**
* Use PunBB integration ?
*/
var $use_punbb = false;
/**
* PunBB's forum ID to use for strips comment
*/
var $punbb_forum_id = '1';
/**
* Additional URL
*/