Example #1
0
function pluginsv3()
{
    $page = CurrentPageName();
    $user = new usersMenus();
    $round = new roundcube();
    $plugins = "<div id='rndcube3pluglist' style='width:100%;height:450px;overflow:auto'>" . pluginv3_table() . "</div>";
    $plugins = $plugins;
    $html = "{$tab}\n<div class=explain>{APP_ROUNDCUBE3_PLUGINS_EXPLAIN}</div>\n{$plugins}\n";
    $tpl = new templates();
    return $tpl->_ENGINE_parse_body($html);
}
Example #2
0
function pluginsv3()
{
    $page = CurrentPageName();
    $user = new usersMenus();
    $round = new roundcube();
    $plugins = "<div id='rndcube3pluglist' style='width:100%;height:450px;overflow:auto'>" . pluginv3_table() . "</div>";
    $plugins = RoundedLightWhite($plugins);
    $html = "{$tab}\n<table style='width:100%'>\n<tr>\n<td valign='top'>\n\t<img src='img/128-nodes.png'>\n</td>\n<td valign='top'>\n<h3>{APP_ROUNDCUBE3}&nbsp;{plugins}</H3>\n<p class=caption>{APP_ROUNDCUBE3_PLUGINS_EXPLAIN}</p>\n{$plugins}\n</td>\n</tr>\n</table>\n\n";
    $tpl = new templates();
    return $tpl->_ENGINE_parse_body($html);
}