" rel="lightbox"><img src="<?php 
    echo $this->_tpl_vars['item']['Product']['DefaultImage']['paths']['1'];
    ?>
" /></a>
				<?php 
}
?>
		   </div>
		</td>
		<td class="orderShipmentsItem_info_name_td">
			<div class="orderShipmentsItem_info_name">
				<?php 
if ($this->_tpl_vars['item']['Product']['ID']) {
    ?>
					<a href="<?php 
    echo smarty_function_backendProductUrl(array('product' => $this->_tpl_vars['item']['Product']), $this);
    ?>
"><?php 
    echo $this->_tpl_vars['item']['Product']['name_lang'];
    ?>
</a>
					<a class="external" href="<?php 
    echo smarty_function_productUrl(array('product' => $this->_tpl_vars['item']['Product']), $this);
    ?>
" target="_blank"></a>
				<?php 
} else {
    ?>
					<span><?php 
    echo $this->_tpl_vars['item']['Product']['name_lang'];
    ?>
Exemplo n.º 2
0
<?php

/* Smarty version 2.6.26, created on 2015-12-02 13:45:52
   compiled from /home/illumin/public_html/application/view///backend/product/index.tpl */
require_once SMARTY_CORE_DIR . 'core.load_plugins.php';
smarty_core_load_plugins(array('plugins' => array(array('function', 'link', '/home/illumin/public_html/application/view///backend/product/index.tpl', 4, false), array('function', 'backendProductUrl', '/home/illumin/public_html/application/view///backend/product/index.tpl', 5, false), array('function', 'renderBlock', '/home/illumin/public_html/application/view///backend/product/index.tpl', 9, false), array('function', 'translate', '/home/illumin/public_html/application/view///backend/product/index.tpl', 17, false), array('function', 'activeGrid', '/home/illumin/public_html/application/view///backend/product/index.tpl', 24, false), array('block', 'denied', '/home/illumin/public_html/application/view///backend/product/index.tpl', 13, false), array('modifier', 'addslashes', '/home/illumin/public_html/application/view///backend/product/index.tpl', 91, false))), $this);
echo '
<script type="text/javascript">
	Backend.Product.Editor.prototype.links = {};
	Backend.Product.Editor.prototype.links.countTabsItems = \'';
echo smarty_function_link(array('controller' => "backend.product", 'action' => 'countTabsItems'), $this);
echo '\';
	Backend.Product.GridFormatter.productUrl = \'';
echo smarty_function_backendProductUrl(array(), $this);
echo '\';
</script>
';
?>


<?php 
echo smarty_function_renderBlock(array('block' => 'TRANSLATIONS'), $this);
?>


<div>

<fieldset class="container" <?php 
$this->_tag_stack[] = array('denied', array('role' => "product.create"));
$_block_repeat = true;
smarty_block_denied($this->_tag_stack[count($this->_tag_stack) - 1][1], null, $this, $_block_repeat);