X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2FBarrel%2FOptions.php;h=d5f43f28d2d1d78eb109ca20f95f20b4014b6675;hb=d066c39bf19edb0da3f0ca8ed47c57090b4843f7;hp=c87f604d630914eade45aa5aee104ce472c8f982;hpb=6855525e48fad5de270500a5445c4f4ff85d8bda;p=diogenes.git diff --git a/include/Barrel/Options.php b/include/Barrel/Options.php index c87f604..d5f43f2 100644 --- a/include/Barrel/Options.php +++ b/include/Barrel/Options.php @@ -65,7 +65,10 @@ class Diogenes_Barrel_Options /** Directory that hold the site's template */ var $template_dir = ""; - + + /** Enable RSS feed */ + var $feed_enable = 0; + /** The constructor, reads the current preferences from database. */ function Diogenes_Barrel_Options($alias)