Пример #1
0
 /**
  * Disable show addthis
  * @return bool
  */
 public static function isInMemberAreaPage()
 {
     $a = ['SiteError', 'SiteSearch', 'AccountLogin', 'AccountReset', 'AccountSignup', 'AccountIndex', 'AccountEmail', 'AccountPassword', 'AccountLinked', 'AccountResetConfirm', 'AccountEmailConfirm', 'BlogManage', 'BlogCreate', 'BlogUpdate'];
     if (in_array(Core::getMCA(), $a)) {
         return true;
     }
     return false;
 }