mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 12:21:45 +02:00
Additional menu config items added.
This commit is contained in:
@@ -2,8 +2,10 @@
|
||||
|
||||
require_once(e_PLUGIN."social/e_shortcode.php");
|
||||
$sc = new social_shortcodes;
|
||||
$body = $sc->sc_xurl_icons();
|
||||
$title = empty($parm['xurlCaption'][e_LANGUAGE]) ? LAN_PLUGIN_SOCIAL_NAME : $parm['xurlCaption'][e_LANGUAGE];
|
||||
|
||||
$body = $sc->sc_xurl_icons($parm);
|
||||
|
||||
$title = isset($parm['caption'][e_LANGUAGE]) ? (string) $parm['caption'][e_LANGUAGE] : LAN_PLUGIN_SOCIAL_NAME ;
|
||||
|
||||
e107::getRender()->tablerender($title, $body, 'social-xurl-menu');
|
||||
|
||||
|
Reference in New Issue
Block a user