/**
     * Setup the CSS for the Tabmenu
     *
     * @param unknown_type $layout
     */
    function setupPage(&$layout)
    {
        global $cds;
        $this->themeName = 'NX';
        echo '<SCRIPT type="text/javascript" LANGUAGE="JavaScript" SRC="' . $this->docroot() . 'JSCookMenu.js"></SCRIPT>
<LINK REL="stylesheet" HREF="' . $this->docroot() . 'Theme' . $this->themeName . '/theme.css" TYPE="text/css"/>
<LINK REL="stylesheet" HREF="' . $this->docroot() . 'styles.css" TYPE="text/css"/>
<SCRIPT LANGUAGE="JavaScript" type="text/javascript" SRC="' . $this->docroot() . 'Theme' . $this->themeName . '/theme.js"></SCRIPT>  		
  		';
        $layout->addToHeader($out);
    }
Пример #2
0
 /**
  * Setup the CSS for the Tabmenu
  *
  * @param unknown_type $layout
  */
 function setupPage(&$layout)
 {
     global $c;
     $tag = '<link href="' . $this->docroot() . 'menu.css" rel="stylesheet" type="text/css" media="screen, projection, print">';
     $layout->addToHeader($tag);
 }
Пример #3
0
 /**
  * Setup the CSS for the Tabmenu
  *
  * @param unknown_type $layout
  */
 function setupPage(&$layout)
 {
     global $c;
     $tag = '    <link rel="stylesheet" type="text/css" href="' . $this->docroot() . 'sinorca-screen.css" media="screen" title="Sinorca (screen)" />
 <link rel="stylesheet alternative" type="text/css" href="' . $this->docroot() . 'sinorca-screen-alt.css" media="screen" title="Sinorca (alternative)" />
 <link rel="stylesheet" type="text/css" href="' . $this->docroot() . 'sinorca-print.css" media="print" />';
     $layout->addToHeader($tag);
 }