content added; look modifications; side box content
[living-lab-site.git] / application / config / article.php
diff --git a/application/config/article.php b/application/config/article.php
new file mode 100644 (file)
index 0000000..8e6bc9f
--- /dev/null
@@ -0,0 +1,10 @@
+<?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed');
+
+/**
+ * Article Engine Configurations which include libraries and helpers to be
+ * loaded for each article.
+ */
+
+// Examples
+$config['article_$method_helpers'] = array();
+$config['article_$method_libraries'] = array();
\ No newline at end of file