Settings'; return $links; } /** * (Maybe) instantiate the ABB_Front class */ if(!is_admin()) new ABB_Front(); /** * (Maybe) Instantiate the ABB_Admin class */ if(is_admin()) new ABB_Admin(); ?>