Example #1
0
 /**
  * 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);
 }
Example #2
0
 /**
  * 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);
 }