diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-04-07 22:32:58 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-04-07 22:32:58 -0400 |
commit | 00dfdb3f3ab80383411f56952ac170dd38afbb7a (patch) | |
tree | 27674219a8830e3465cb9ebfd24fee506b3c5aee /config.php.sample | |
parent | 58dfad57576d5529b7f6538a460fa9f4bd90b40f (diff) | |
parent | 03eb81d3b768fd595ae6c75cb7740cdab6595e52 (diff) |
Merge branch 'master' of git://gitorious.org/laconica/brianjesse-clone into brianjesse-clone/master
Diffstat (limited to 'config.php.sample')
-rw-r--r-- | config.php.sample | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.php.sample b/config.php.sample index d62a54fe7..0a01552fe 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 |