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