You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
513 B

{* $Id$ *}<!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 class="{if $prefs.feature_fixed_width eq 'y'}container{else}container-fluid{/if}">
<div class="row" id="tiki-clean">
<div class="col-xs-12">
{include file='article.tpl'}
</div>
</div>
</div>
{include file='footer.tpl'}
</body>
</html>