TinyPortal
1.0.8
TinyPortal v1.0.8 beta 4
Bloc
http://www.tinyportal.net
$sourcedir/Post.php
// Finally, load the template.
// load TP
if(!in_array('tp',$context['template_layers']))
{
if(!isset($_REQUEST['preview']) || (!isset($_REQUEST['xml']) && isset($_REQUEST['preview'])))
$context['template_layers'][] = 'tp';
}