]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
how to configure templating
authorBrian <brian@megapump.com>
Tue, 24 Mar 2009 19:45:26 +0000 (12:45 -0700)
committerBrian <brian@megapump.com>
Tue, 24 Mar 2009 19:45:26 +0000 (12:45 -0700)
config.php.sample

index 529e86f15f5bdc9ce83c3f084dea66263dab0b8b..15236f9ee50db0f5f81f7ccf538c506c53cfcbbb 100644 (file)
@@ -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