]> sipb.mit.edu Git - ikiwiki.git/commitdiff
(no commit message)
authorhttps://www.google.com/accounts/o8/id?id=AItOawnQs9icnfI79gWOQY_Yxv2XmYI3z703PrQ <misc@web>
Thu, 4 Aug 2011 00:22:46 +0000 (20:22 -0400)
committeradmin <admin@branchable.com>
Thu, 4 Aug 2011 00:22:46 +0000 (20:22 -0400)
doc/forum/How_is_TITLE_evaluated_in_inline_archive_templates__63__.mdwn [new file with mode: 0644]

diff --git a/doc/forum/How_is_TITLE_evaluated_in_inline_archive_templates__63__.mdwn b/doc/forum/How_is_TITLE_evaluated_in_inline_archive_templates__63__.mdwn
new file mode 100644 (file)
index 0000000..fc84fab
--- /dev/null
@@ -0,0 +1,11 @@
+Hi,
+
+I'm wondering how is TITLE evaluated in inline archive templates?
+
+Needless to say, I don't know much perl except the code that looks similar to other languages like bash.
+
+I found this line:
+
+$template->param(title => pagetitle(basename($page)));
+
+It seems to return a page name (pagetitle having no effect). Or maybe I'm not testing this the right way!