| Current Path : /home/azimutno/www/libraries/nextend/smartslider/admin/fragments/publish/ |
| Current File : /home/azimutno/www/libraries/nextend/smartslider/admin/fragments/publish/magento.php |
<?php
/*
# author Roland Soos
# copyright Copyright (C) Nextendweb.com. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-3.0.txt GNU/GPL
*/
defined('_JEXEC') or die('Restricted access'); ?><div class="blue-container">
<table class="pane-table smartslider-slider-publish">
<tr class="smartslider-slider-publish-heading">
<td>Widget code</td>
<td>Layout XML</td>
</tr>
<tr class="smartslider-slider-publish-note">
<td>Copy and paste this widget code into your pages:</td>
<td>Paste the XML code into your layout xml files:</td>
</tr>
<tr>
<td>
<code class="code-box">{{widget type="nextendsmartslider2/slider" slider="<?php echo $this->sliderid; ?>"}}</code>
</td>
<td>
<code class="code-box">
<block type="nextendsmartslider2/slider" name="smartslider<?php echo $this->sliderid; ?>"><br />
<action method="setData"><br />
<name>slider</name><br />
<value><?php echo $this->sliderid; ?></value><br />
</action><br />
</block><br />
</code><br /><br />
</td>
</tr>
</table>
</div>