/** * Nivo slider settings page */ function oik_nivo_options_do_page() { oik_menu_header("Nivo slider options", "w50pc"); oik_box(NULL, NULL, "Default slider options", "oik_nivo_slider_options"); ecolumn(); scolumn("w50pc"); oik_box(NULL, NULL, "Usage notes", "oik_nivo_slider_usage"); oik_menu_footer(); bw_flush(); }
/** * Create an oik menu header * * Note: Removed the link to oik * * @param string $title - title for the box * @param string $class - class for the box */ function oik_menu_header($title = "Overview", $class = "w70pc") { //oik_require( "bobbforms.inc" ); //oik_enqueue_stylesheets(); oik_enqueue_scripts(); sdiv("wrap"); //oik_require( "shortcodes/oik-bob-bing-wide.php" ); if (function_exists("bw_loik")) { $loik = bw_loik(); } else { $loik = null; } h2("{$loik} " . bw_translate($title)); scolumn($class); }
/** * Create an oik menu header * * Note: Removed the link to oik * * @param string $title - title for the box * @param string $class - class for the box */ function oik_menu_header($title = "Overview", $class = "w70pc") { oik_enqueue_scripts(); sdiv("wrap"); if (function_exists("bw_loik")) { $loik = bw_loik(); } else { $loik = null; } h2("{$loik} " . bw_translate($title)); scolumn($class); }