Viewing file: 445c03eaeaa682434469c70c9750d0400f1ec229.file.photo-comments.tpl.php (1.86 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php /* Smarty version Smarty3-RC3, created on 2012-04-12 16:22:56 compiled from "user/templates/photochapter/photo-comments.tpl" */ ?> <?php /*%%SmartyHeaderCode:18350898014f86d73064b5d5-31302005%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_smarty_tpl->decodeProperties(array ( 'file_dependency' => array ( '445c03eaeaa682434469c70c9750d0400f1ec229' => array ( 0 => 'user/templates/photochapter/photo-comments.tpl', 1 => 1333008115, ), ), 'nocache_hash' => '18350898014f86d73064b5d5-31302005', 'function' => array ( ), 'has_nocache_code' => false, )); /*/%%SmartyHeaderCode%%*/?> <?php if (strlen($_smarty_tpl->getVariable('ULANG')->value['AMCMS_comments']['TitleOfChapter'])>0){?> <div style="color: black; font-size: 1.2em; font-weight: bold; padding-top: 40px; max-width:1000px; margin: 0 auto;"> <a id="comments"></a><?php echo $_smarty_tpl->getVariable('ULANG')->value['AMCMS_comments']['TitleOfChapter'];?> </div> <?php }?> <div> <div style="float:right; z-index:1; position: relative; max-width:1000px; margin: 0 auto;"><?php echo $_smarty_tpl->getVariable('navigator')->value;?> </div> <div class="counter" style="max-width:1000px; margin: 0 auto;"><?php echo $_smarty_tpl->getVariable('ULANG')->value['AMCMS_photochapter']['General'];?> <?php echo $_smarty_tpl->getVariable('count')->value;?> <?php echo AssumeNumber($_smarty_tpl->getVariable('count')->value,$_smarty_tpl->getVariable('ULANG')->value['AMCMS_comments']['comments']);?> .</div> </div> <div class="comments"> <?php echo $_smarty_tpl->getVariable('comments')->value;?>
<div style="float:right; z-index:1; position: relative;"><?php echo $_smarty_tpl->getVariable('navigator')->value;?> </div> <?php echo Comments::GetNewCommentBlock(($_smarty_tpl->getVariable('mod')->value),"photochapter",($_smarty_tpl->getVariable('row')->value['photo_id']));?>
</div>
|