X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=root%2Flib%2Fconfig%2Fmain.tt2;h=384837d11a79cfafe697d1a6843029267ee5d4c3;hb=a1a0c0bdb16fa85f3f6ad0f50185057e1fa0c7fb;hp=2e9bcfde325026d8f0c0cbc1e099985eaccfd61f;hpb=8250eb360c341a4eeaa76e5e3fc0f57cf0014a60;p=ndwebbie.git diff --git a/root/lib/config/main.tt2 b/root/lib/config/main.tt2 index 2e9bcfd..384837d 100644 --- a/root/lib/config/main.tt2 +++ b/root/lib/config/main.tt2 @@ -7,7 +7,7 @@ IF c.debug; # define a debug() macro directed to Catalyst's log - MACRO debug(message) CALL Catalyst.log.debug(message); + MACRO debug(message) CALL c.log.debug(message); END; # define a data structure to hold sitewide data @@ -21,8 +21,4 @@ # load up any other configuration items PROCESS config/url.tt2; - # set defaults for variables, etc. - DEFAULT - message = 'There is no message'; - -%]