]> git.sesse.net Git - ccbs/blobdiff - config.pm
tag of sgunderson@bigfoot.com--2005-private/ccbs--mainline--0.1--patch-460
[ccbs] / config.pm
index cfb12ba43529d96b2b990e8495f301b374bc5c23..8c16db80ac3e8dd88f2cc2e2c4357a978e1d8975 100644 (file)
--- a/config.pm
+++ b/config.pm
@@ -12,6 +12,9 @@ our $dbdebug = 0;
 # Set this flag to disable any admin tasks -- it's quite crude, but hey :-)
 our $noadmin = 0;
 
+# The main template, giving the overall look-and-feel
+our $main_template = 'main.tmpl';
+
 # The database connection details
 our $dbname = "ccbs";
 our $dbhost = "www.positivegaming.com";