]> sipb.mit.edu Git - ikiwiki.git/blob - doc/forum/How_is_TITLE_evaluated_in_inline_archive_templates__63__.mdwn
Added a comment: Please upgrade
[ikiwiki.git] / doc / forum / How_is_TITLE_evaluated_in_inline_archive_templates__63__.mdwn
1 Hi,
2
3 I'm wondering how is TITLE evaluated in inline archive templates?
4
5 Needless to say, I don't know much perl except the code that looks similar to other languages like bash.
6
7 I found this line:
8
9 $template->param(title => pagetitle(basename($page)));
10
11 It seems to return a page name (pagetitle having no effect). Or maybe I'm not testing this the right way!