Viewing file: 0290289132309c659f212c9b40bf878f72801d23.file.panel.tpl.php (1 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php /* Smarty version Smarty3-RC3, created on 2012-03-29 11:05:35 compiled from "user/templates/panel.tpl" */ ?> <?php /*%%SmartyHeaderCode:17275892744f7417cf3ad194-68301381%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_smarty_tpl->decodeProperties(array ( 'file_dependency' => array ( '0290289132309c659f212c9b40bf878f72801d23' => array ( 0 => 'user/templates/panel.tpl', 1 => 1333008106, ), ), 'nocache_hash' => '17275892744f7417cf3ad194-68301381', 'function' => array ( ), 'has_nocache_code' => false, )); /*/%%SmartyHeaderCode%%*/?> <div class="<?php echo $_smarty_tpl->getVariable('value')->value['class'];?> ">
<?php if ($_smarty_tpl->getVariable('type')->value=='page'){?>
<h1><?php echo $_smarty_tpl->getVariable('value')->value['Title'];?> </h1>
<?php }else{ ?>
<h3><?php echo $_smarty_tpl->getVariable('value')->value['Title'];?> </h3>
<?php }?>
<?php echo $_smarty_tpl->getVariable('value')->value['Content'];?>
</div>
|