Viewing file: 907b7c554544d66270a384ba50d36091c713d563.file.photos-panel.tpl.php (1.88 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php /* Smarty version Smarty3-RC3, created on 2012-03-29 11:05:58 compiled from "user/templates/photochapter/photos-panel.tpl" */ ?> <?php /*%%SmartyHeaderCode:19325637844f7417e67dd738-16180914%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_smarty_tpl->decodeProperties(array ( 'file_dependency' => array ( '907b7c554544d66270a384ba50d36091c713d563' => array ( 0 => 'user/templates/photochapter/photos-panel.tpl', 1 => 1333008115, ), ), 'nocache_hash' => '19325637844f7417e67dd738-16180914', 'function' => array ( ), 'has_nocache_code' => false, )); /*/%%SmartyHeaderCode%%*/?> <div class="photos mainpage"> <?php $_smarty_tpl->tpl_vars['row'] = new Smarty_Variable; $_from = $_smarty_tpl->getVariable('rows')->value; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');} if (count($_from) > 0){ foreach ($_from as $_smarty_tpl->tpl_vars['row']->key => $_smarty_tpl->tpl_vars['row']->value){ ?> <span> <a class="amviewer" rel="group" val="<?php echo $_smarty_tpl->tpl_vars['row']->value['photo_id'];?> " href="/data/photochapter/<?php echo $_smarty_tpl->tpl_vars['row']->value['photo_small'];?> "> <img src="/data/photochapter/<?php echo $_smarty_tpl->tpl_vars['row']->value['photo_small'];?> " /> </a> </span> <?php }} ?> </div> <?php $_template = new Smarty_Internal_Template('amviewer.tpl', $_smarty_tpl->smarty, $_smarty_tpl, $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null); echo $_template->getRenderedTemplate();?><?php $_template->updateParentVariables(0);?><?php unset($_template);?> <div style="text-align: right;"><a href="/photochapter/"><?php echo $_smarty_tpl->getVariable('ULANG')->value['AMCMS_photochapter']['GoAlbums'];?> </a> | <a href="/photochapter/0"><?php echo $_smarty_tpl->getVariable('ULANG')->value['AMCMS_photochapter']['AllPhotos'];?> </a></div>
|