base == 'appearance_page_about-agama' ) { wp_enqueue_style( 'agama-about', AGAMA_CSS . 'backend-about.css', array(), agama_version ); } } /** * Register 'About Agama' Page * * @since Agama v1.0.1 */ public function register_page() { add_theme_page( __( 'About Agama', 'agama' ), __( 'About Agama', 'agama' ), 'edit_theme_options', 'about-agama', array( $this, 'render_page' ) ); } /** * Render 'About Agama' Page * * @since Agama v1.0.1 */ public function render_page() { $FuryScreenURI = AGAMA_IMG . 'promo/fury-screenshot.png'; $readme = AGAMA_DIR . 'README.txt'; echo '