Changeset 4024 for WAeUP_Moodle/acreen/akademie/header.html
- Timestamp:
- 25 Mar 2009, 07:58:24 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_Moodle/acreen/akademie/header.html
r4017 r4024 22 22 ?> 23 23 <div id="header-home" class="clearfix"> 24 <h1 class="headermain"><img alt='Moodle' src='<?php echo $CFG->httpsthemewww .'/'. current_theme() ?>/logo_header_main.jpg' /></h1>25 <div class="headermenu"><?php echo $menu ?></div>26 27 24 <div id="navlistbox"> 28 25 <ul id="navlist"> … … 30 27 href="/kontakt">Kontakt</a> 31 28 <a onclick="this.target='popup'; return openpopup('/theme/akademie/impressum.html', 'popup', 'menubar=0,location=0,scrollbars,resizable,width=500,height=400', 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=550', 0);"29 href="/impressum">Impressum</a> 30 <a onclick="this.target='popup'; return openpopup('/theme/akademie/datenschutz.html', 'popup', 'menubar=0,location=0,scrollbars,resizable,width=1000,height=550', 0);" 34 31 href="/datenschutz">Datenschutz</a> 35 32 <a onclick="this.target='popup'; return openpopup('/theme/akademie/hilfe.html', 'popup', 'menubar=0,location=0,scrollbars,resizable,width=500,height=400', 0);" 36 33 href="/hilfe">Hilfe</a></li> 37 34 </ul> 38 </div> 39 40 35 </div> <br /><br /> 36 <div class="headermenu"><?php echo $menu ?></div> 41 37 </div> 42 38
Note: See TracChangeset for help on using the changeset viewer.