0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
14.1-0
/
standard
/
htdocs
/
templates
/
[
Home
]
File: tiki-print_multi_pages.tpl
{* $Id: tiki-print_multi_pages.tpl 53267 2014-12-04 23:57:46Z jyhem $ *}<!DOCTYPE html> <html id="print" lang="{if !empty($pageLang)}{$pageLang}{else}{$prefs.language}{/if}"> <head> {include file='header.tpl'} </head> <body{html_body_attributes}> <div id="tiki-clean"> {section name=ix loop=$pages} {if $prefs.feature_page_title ne 'n'}<h{math equation="x+1" x=$pages[ix].h}>{if isset($pages[ix].pos)}{$pages[ix].pos} {/if}{$pages[ix].pageName}</h{math equation="x+1" x=$pages[ix].h}>{/if} <div class="wikitext">{$pages[ix].parsed}</div> <hr> {/section} </div> {include file='footer.tpl'} </body> </html>