Ignore:
Timestamp:
22 Mar 2009, 07:18:29 (16 years ago)
Author:
Henrik Bettermann
Message:

Einbau einer Kontakleiste

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_Moodle/acreen/akademie/header.html

    r3976 r4015  
    2424        <h1 class="headermain"><img alt='Moodle' src='<?php echo $CFG->httpsthemewww .'/'. current_theme() ?>/logo_header_main.jpg' /></h1>
    2525        <div class="headermenu"><?php echo $menu ?></div>
     26
     27        <div id="navlistbox">
     28            <ul id="navlist">
     29            <li><a  onclick="this.target='popup'; return openpopup('/theme/akademie/kontakt.html', 'popup', 'menubar=0,location=0,scrollbars,resizable,width=500,height=210', 0);"
     30                    href="/kontakt">Kontakt</a>
     31            <a  onclick="this.target='popup'; return openpopup('/theme/akademie/impressum.html', 'popup', 'menubar=0,location=0,scrollbars,resizable,width=500,height=690', 0);"
     32                    href="/impressum">Impressum</a></li>
     33            <li><a  onclick="this.target='popup'; return openpopup('/theme/akademie/datenschutz.html', 'popup', 'menubar=0,location=0,scrollbars,resizable,width=1000,height=500', 0);"
     34                    href="/datenschutz">Datenschutz</a>
     35            <a  onclick="this.target='popup'; return openpopup('/theme/akademie/hilfe.html', 'popup', 'menubar=0,location=0,scrollbars,resizable,width=500,height=400', 0);"
     36                    href="/hilfe">Hilfe</a></li>
     37            </ul>
     38        </div>   
     39
     40
    2641    </div>
     42   
    2743<?php } else if ($heading) {  // This is what gets printed on any other page with a heading
    2844?>
Note: See TracChangeset for help on using the changeset viewer.