publish.phtml
1.35 KB
<div class="n2-table n2-table-fixed n2-ss-slider-publish">
<div class="n2-tr">
<div class="n2-td n2-first">
<div class="n2-h2"><?php n2_e('Module'); ?></div>
<div class="n2-h4"><?php n2_e('Create a module to display the slider in template module position:'); ?></div>
<br />
<br />
<?php
echo N2Html::link(n2_('Create module'), 'index.php?option=com_modules&view=select', array(
'class' => 'n2-button n2-button-normal n2-button-l n2-button-green n2-h3 n2-uc',
'target' => '_blank'
));
?>
</div>
<div class="n2-td">
<div class="n2-h2"><?php n2_e('Articles'); ?></div>
<div class="n2-h4"><?php n2_e('Paste the code into article:'); ?></div>
<div class="n2-code" onclick="return selectText(this);">smartslider3[<?php echo $sliderid; ?>]</div>
</div>
<div class="n2-td n2-last">
<div class="n2-h2"><?php n2_e('PHP code'); ?></div>
<div class="n2-h4"><?php n2_e('Paste the PHP code into source code:'); ?></div>
<div class="n2-code" onclick="return selectText(this);">
<?php <br />
echo nextend_smartslider3(<?php echo $sliderid; ?>);<br />
?></div>
</div>
</div>
</div>