Changeset 4015 for WAeUP_Moodle/acreen/akademie/header.html
- Timestamp:
- 22 Mar 2009, 07:18:29 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_Moodle/acreen/akademie/header.html
r3976 r4015 24 24 <h1 class="headermain"><img alt='Moodle' src='<?php echo $CFG->httpsthemewww .'/'. current_theme() ?>/logo_header_main.jpg' /></h1> 25 25 <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 26 41 </div> 42 27 43 <?php } else if ($heading) { // This is what gets printed on any other page with a heading 28 44 ?>
Note: See TracChangeset for help on using the changeset viewer.