theme_dir . '/assets/php/functions.php'); // THEME INSTALLATION HELPER // custom $theme_cajon_config will be replaced via GetHead() plugin hook once the theme is installed. $default_logo_url = dirname($page->theme_path) . '/assets/img/default_logo.png'; $theme_cajon_config = array( 'logo_img_url' => $default_logo_url, 'logo_img_url_enc' => implode('/', array_map('rawurlencode', explode('/', $default_logo_url))), 'logo_img_shape' => 'circle', 'logo_img_size' => 'medium', 'logo_img_border' => 'none', 'logo_img_collapsed' => 'show', 'navbar_position' => 'left', 'navbar_variant' => 'inverse', ); ?>
GetContent(); ?>