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.
|
|
{* $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 id="tiki-clean">
|
|
|
{include file='blog_wrapper.tpl' blog_post_context='print'}
|
|
|
<hr>
|
|
|
<small>
|
|
|
{tr}Permalink:{/tr} <a class="link" href="{$post_info.postId|sefurl:blogpost}">{$base_url}{$post_info.postId|sefurl:blogpost}</a>
|
|
|
</small>
|
|
|
</div>
|
|
|
|
|
|
{include file='footer.tpl'}
|
|
|
</body>
|
|
|
</html>
|