]> git.sesse.net Git - ccbs/commitdiff
Add an ugly hack to be able to process main.tmpl.
authorSteinar H. Gunderson <sesse@samfundet.no>
Sun, 17 Jul 2005 11:50:30 +0000 (11:50 +0000)
committerSteinar H. Gunderson <sesse@samfundet.no>
Sun, 17 Jul 2005 11:50:30 +0000 (11:50 +0000)
html/po/templates.pot
intl/make-pot.pl

index ee6f5a7a0aab6c486200f60b2e34ca94f5cdb93c..f762f7473a1dc6ae7ff9f50eda0589a07e35827f 100644 (file)
@@ -34,7 +34,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ccbs\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-39-17 13:39+0200\n"
+"POT-Creation-Date: 2005-49-17 13:49+0200\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
index 7d5acb6fd94bc93b0c9b3f7c808f9de454c2bb97..86eb8d1b014c17f4efcba12f60619545798cf995 100644 (file)
@@ -20,7 +20,7 @@ msgstr ""
 EOF
 
 my $eaten = '';
-$template->process($ARGV[0], $vars, \$eaten);
-#      or die $template->error();    # errors don't really matter
+$template->process($ARGV[0], { page => 'templates/index.tmpl' }, \$eaten)
+       or die $template->error();    # errors don't really matter
 
 print "# eof\n";