<?php $message = get_flash_message(); if (isset($message['msg']) && $message['msg']) { ?> <script type="text/javascript"> $(document).ready(function() { gl.pnotify('<?php echo $message['msg_type']; ?> ','<?php echo strtoupper($message['msg_type']); ?> ','<?php echo str_replace(array("\n\t", "\n"), '', $message['msg']); ?> '); }); </script> <?php }
?> <span class="langlink">[<a href="<?php echo empty($page) ? '/Start' : $page; ?> .sv">På svenska</a>]</span> <?php } ?> <span class="helplink">[<a href="/help/web" title="Om Stackens websidor, navigation och utseende.">Hjälp</a>]</span> <strong><a href="/" title="The Computer Club @ KTH">Stacken</a></strong> </div> <div id="wrap"> <div id="preContent"> <?php echo get_flash_message(); ?> </div> <!-- Sidan importerad från: <?php echo $url; ?> --> <?php echo wiki_format($content); ?> <!-- S**t på import --> <div class="menu"> <?php if ($toc) { ?> <!-- Importera TOC -->