1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-14 10:34:23 +02:00

Social plugin xurl menu added.

This commit is contained in:
Cameron
2020-12-28 08:41:49 -08:00
parent b521bbe740
commit d579facf8f
2 changed files with 72 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?php
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];
e107::getRender()->tablerender($title, $body, 'social-xurl-menu');