~studentersamfundet-web/studentersamfundet-web/web

« back to all changes in this revision

Viewing changes to functions.php

  • Committer: Mausern Testbruker
  • Date: 2011-08-31 14:23:00 UTC
  • Revision ID: mausern@studentersamfundet.no-20110831142300-csboe0qxhyxjtnws
Moved to image ./images

Show diffs side-by-side

added added

removed removed

Lines of Context:
346
346
 */
347
347
function display_quick_menu() { ?>
348
348
        <div id="quick-menu">
349
 
            <a href="<?php bloginfo('url'); ?>/om-studentersamfundet.php">Om Studentersamfundet</a> | <a href="<?php bloginfo('url'); ?>/kart.php">Kart</a> | <a href="<?php bloginfo('url'); ?>/kontakt.php">Kontakt</a><a href="/english.php" style="margin-right:-30px;margin-left:5px;"><img src="english.png" style="border:0px;" alt="english" title="english" /></a>
 
349
            <a href="<?php bloginfo('url'); ?>/om-studentersamfundet.php">Om Studentersamfundet</a> | <a href="<?php bloginfo('url'); ?>/kart.php">Kart</a> | <a href="<?php bloginfo('url'); ?>/kontakt.php">Kontakt</a><a href="/english.php" style="margin-right:-30px;margin-left:5px;"><img src="/images/english.png" style="border:0px;" alt="english" title="english" /></a>
350
350
        </div>
351
351
<?php }
352
352