data/webgen/website_skeleton/ext/init.rb in gettalong-webgen-0.5.6.20081020 vs data/webgen/website_skeleton/ext/init.rb in gettalong-webgen-0.5.7.20090227

- old
+ new

@@ -2,5 +2,9 @@ # # All init.rb files anywhere under this directory get automatically loaded on a webgen run. This # allows you to add your own extensions to webgen or to modify webgen's core! # # If you don't need this feature you can savely delete this file and the directory in which it is! +# +# The +config+ variable below can be used to access the Webgen::Configuration object for the current +# website. +config = Webgen::WebsiteAccess.website.config