Blame | Last modification | View Log | RSS feed
<div class="container"><div class="row"><div class="col-lg-3"><?php echo $this->Element('productactions');?></div><div class="col-lg-9"><h2><?php echo __('Product'); ?></h2><dl><dt><?php echo __('Id'); ?></dt><dd><?php echo h($product['Product']['id']); ?> </dd><dt><?php echo __('Name'); ?></dt><dd><?php echo h($product['Product']['name']); ?> </dd><dt><?php echo __('Category'); ?></dt><dd><?php echo $this->Html->link($product['Category']['name'], array('controller' => 'categories', 'action' => 'view', $product['Category']['id'])); ?> </dd><dt><?php echo __('Tag Line'); ?></dt><dd><?php echo h($product['Product']['tag_line']); ?> </dd><dt><?php echo __('Created'); ?></dt><dd><?php echo h($product['Product']['created']); ?> </dd><dt><?php echo __('Modified'); ?></dt><dd><?php echo h($product['Product']['modified']); ?> </dd><dt><?php echo __('Image'); ?></dt><dd><img src="<?php echo h($product['StoreProduct'][0]['img_url']); ?>"/> </dd><dt><?php echo __('Url'); ?></dt><dd><?php echo h($product['StoreProduct'][0]['product_url']); ?> </dd><dt><?php echo __('Price'); ?></dt><dd><?php echo h($product['StoreProduct'][0]['price']); ?> </dd><dt><?php echo __('Description'); ?></dt><dd><?php echo h($product['StoreProduct'][0]['short_description']); ?> </dd></dl></div></div></div></div>