]> sipb.mit.edu Git - ikiwiki.git/commitdiff
add displaytime
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 11 Sep 2006 02:44:05 +0000 (02:44 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 11 Sep 2006 02:44:05 +0000 (02:44 +0000)
IkiWiki.pm

index d63b02dffc35cffb81c9f5b146f08ac0160bae7e..a3f907770cdd69ff3664785911088d0620995b80 100644 (file)
@@ -13,6 +13,7 @@ use vars qw{%config %links %oldlinks %oldpagemtime %pagectime %pagecase
 use Exporter q{import};
 our @EXPORT = qw(hook debug error template htmlpage add_depends pagespec_match
                  bestlink htmllink readfile writefile pagetype srcfile pagename
+                 displaytime
                  %config %links %renderedfiles %pagesources);
 our $VERSION = 1.00;