]> mj.ucw.cz Git - temple.git/blob - example/template/prolog.t
Added an example and Temple::Links from MJ's home page.
[temple.git] / example / template / prolog.t
1 @[
2 use POSIX;
3 use UCW::Temple::Links;
4
5 # The Makefile gives us:
6 #       $destdir        Destination directory
7 #       $destpath       Destination file (including $destdir)
8 #       $srcpath        Source file
9
10 UCW::Temple::Links::init($destpath, $destdir);
11
12 # Variables controlling the behavior of template/head.t
13 $HEAD_EXTRAS = "";
14
15 ]@