Beispiel #1
0
 public static function _header($title, $img, $message, $task, $action)
 {
     $mainframe = JFactory::getApplication();
     $GLOBALS[JNEWS . 'titlteHeader'] = $title;
     $GLOBALS[JNEWS . 'titlteImg'] = $img;
     $message = jnews::messageMgmt($action, $task, $message);
     backHTML::_header15($title, $img, $message, $task, $action);
     if ($GLOBALS[JNEWS . 'show_guide'] == 1) {
         if ($mainframe->isAdmin()) {
             echo '<div id="jNewsWizard"></div>';
         }
     }
 }