description of a page in tiki-print_multi_pages.tpl
Hello,
I use the feature_wiki_description acitvate in my theme. What I need is to make a PDF of a strcture which contains hundred wiki pages. The tiki-print_multi_pages.tpl doing that and it's perfect.
But I want to display the description instead of the title, and tiki-print_multi_pages.tpldoesn't allow me to do that.
I'm looking for a way to do that in this template. The code work well for the name, and what I want is ti do the same with desciption. I've tried to replace
Copy to clipboard
{$pages[ix].pageName}
with
Copy to clipboard
{$pages[ix].pageDescription}
But It doesn't work. Any tips to customize this code?
Copy to clipboard
{section name=ix loop=$pages} {$pages[ix].pageName} {$pages[ix].parsed} {/section}
Best regards,
reno-