X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2FBarrel%2FOptions.php;h=563ff1c46dbbce3e67ea46fc083f359ba8d0c3c9;hb=a424d15c854ee0782fefdc32ec1c76dbb117adca;hp=c87f604d630914eade45aa5aee104ce472c8f982;hpb=6855525e48fad5de270500a5445c4f4ff85d8bda;p=diogenes.git diff --git a/include/Barrel/Options.php b/include/Barrel/Options.php index c87f604..563ff1c 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 = 1; + /** The constructor, reads the current preferences from database. */ function Diogenes_Barrel_Options($alias)