mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 21:27:25 +02:00
Plugin Builder fixes.
This commit is contained in:
@@ -3881,7 +3881,7 @@ $content .= "
|
|||||||
|
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
|
|
||||||
class plugin_".$this->pluginName."_shortcodes extends e_shortcode
|
class plugin_".$this->pluginName."_".$this->pluginName."_shortcodes extends e_shortcode
|
||||||
{
|
{
|
||||||
|
|
||||||
";
|
";
|
||||||
|
@@ -37,6 +37,9 @@ class _blank_front
|
|||||||
$frm = e107::getForm(); // Form element class.
|
$frm = e107::getForm(); // Form element class.
|
||||||
$ns = e107::getRender(); // render in theme box.
|
$ns = e107::getRender(); // render in theme box.
|
||||||
|
|
||||||
|
// $sc = e107::getScBatch('_blank',true, '_blank');
|
||||||
|
// $template = e107::getTemplate('_blank','_blank','default');
|
||||||
|
|
||||||
$text = '';
|
$text = '';
|
||||||
|
|
||||||
if($rows = $sql->retrieve('blank','*',false,'',true)) // combined select and fetch function - returns an array.
|
if($rows = $sql->retrieve('blank','*',false,'',true)) // combined select and fetch function - returns an array.
|
||||||
|
Reference in New Issue
Block a user