| Current Path : /home/azimutno/www/libraries/nextend/smartslider/admin/fragments/publish/ |
| Current File : /home/azimutno/www/libraries/nextend/smartslider/admin/fragments/publish/wordpress.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>Shortcode</td>
<td>Page or Post editor</td>
<td>PHP code</td>
</tr>
<tr class="smartslider-slider-publish-note">
<td>Copy and paste this shortcode into your posts:</td>
<td>Insert it into an existing post with the icon:</td>
<td>Paste the PHP code into your template file:</td>
</tr>
<tr>
<td>
<code class="code-box">[smartslider2 slider="<?php echo $this->sliderid; ?>"]</code>
</td>
<td style="line-height:0px;">
<img src="<?php echo NextendUri::pathToUri(NEXTEND_SMART_SLIDER2_ASSETS . 'admin/images/wordpress-publish.png') ?>" />
</td>
<td>
<code class="code-box">
<?php <br />
echo do_shortcode('[smartslider2 slider="<?php echo $this->sliderid; ?>"]');<br />
?></code>
</td>
</tr>
</table>
</div>