From: Brian Date: Tue, 24 Mar 2009 19:45:26 +0000 (-0700) Subject: how to configure templating X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=03eb81d3b768fd595ae6c75cb7740cdab6595e52;p=quix0rs-gnu-social.git how to configure templating --- diff --git a/config.php.sample b/config.php.sample index 529e86f15f..15236f9ee5 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