diff options
author | https://www.google.com/accounts/o8/id?id=AItOawnQs9icnfI79gWOQY_Yxv2XmYI3z703PrQ <misc@web> | 2011-08-03 20:22:46 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-08-03 20:22:46 -0400 |
commit | e635fb28f00758a2b54ab9ef15547f958ff9c20f (patch) | |
tree | 5991d82be2a21ac5895f1d6403c43f27de9b1b1d | |
parent | 522125330a716dade28bd1e3e2b53b85e0bcf002 (diff) | |
download | ikiwiki-e635fb28f00758a2b54ab9ef15547f958ff9c20f.tar ikiwiki-e635fb28f00758a2b54ab9ef15547f958ff9c20f.tar.gz |
-rw-r--r-- | doc/forum/How_is_TITLE_evaluated_in_inline_archive_templates__63__.mdwn | 11 |
1 files changed, 11 insertions, 0 deletions
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 index 000000000..fc84fabbd --- /dev/null +++ b/doc/forum/How_is_TITLE_evaluated_in_inline_archive_templates__63__.mdwn @@ -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! |