1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-15 11:04:18 +02:00

Social plugin: Twitter menu and Facebook comments engine added.

This commit is contained in:
Cameron
2015-04-08 16:24:58 -07:00
parent 1bc43a35ff
commit 74e8551cb4
5 changed files with 299 additions and 3 deletions

View File

@@ -3259,7 +3259,7 @@ if (!getperms('P'))
class ".$thePlugin."_admin extends e_admin_dispatcher
class ".$thePlugin."_adminArea extends e_admin_dispatcher
{
protected \$modes = array(
@@ -3572,7 +3572,7 @@ $text .= "
} // End LOOP.
$text .= '
new '.$thePlugin.'_admin();
new '.$thePlugin.'_adminArea();
require_once(e_ADMIN."auth.php");
e107::getAdminUI()->runPage();