summaryrefslogtreecommitdiff
path: root/config.php.sample
diff options
context:
space:
mode:
authorBrian <brian@megapump.com>2009-03-24 12:45:26 -0700
committerBrian <brian@megapump.com>2009-03-24 12:45:26 -0700
commit03eb81d3b768fd595ae6c75cb7740cdab6595e52 (patch)
tree8613af4856bc69b2ae8a162a129e3041bba5f25e /config.php.sample
parentc8343e75fc3a8e7e20abc240ed506eb7088ba71f (diff)
how to configure templating
Diffstat (limited to 'config.php.sample')
-rw-r--r--config.php.sample4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.php.sample b/config.php.sample
index 529e86f15..15236f9ee 100644
--- a/config.php.sample
+++ b/config.php.sample
@@ -163,6 +163,10 @@ $config['sphinx']['port'] = 3312;
# require_once('plugins/GoogleAnalyticsPlugin.php');
# $ga = new GoogleAnalyticsPlugin('your secret code');
+# Use Templating (template: /tpl/index.php)
+# require_once('plugins/TemplatePlugin.php');
+# $tpl = new TemplatePlugin();
+
#Don't allow saying the same thing more than once per hour
#$config['site']['dupelimit'] = 3600;
#Don't enforce the dupe limit