Settings » Prism Highlighter to change some options, or you can leave it as is. * Version: 1.3.1 * Author: Agus Prawoto Hadi * Author URI: http://www.webdevzoom.com */ include 'includes/aphph-config.php'; if (is_admin()) { /* Show admin plugin page options */ require_once 'includes/aphph-admin-notices.php'; require_once 'includes/aphph-build.php'; require_once 'includes/aphph-admin.php'; new Aphph_Admin(); /* Show the editor within tinyMCE and QuickTags typically in the add/edit post, page and admin's edit-comments */ require_once 'includes/aphph-admin-editor.php'; new Aphph_Admin_Editor(); } else { include 'includes/aphph-front.php'; new Aphph_Front(); } ?>