Posted by HornCologne on Mon 1 Oct 11:52
report abuse | View followups from a hrefhttpwwwhotf | download | new post
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language ?>" lang="<?php print $language ?>">
- <head>
- <title><?php print $head_title ?></title>
- <?php print $head ?>
- <!-- (php tag here)php // print $styles ?>-->
- <!-- Stylesheets that would be generated by the $styles function in my install *complete*
- <style type="text/css" media="all">@import "/sites/all/modules/devel/devel.css";</style>
- <style type="text/css" media="all">@import "/modules/node/node.css";</style>
- <style type="text/css" media="all">@import "/modules/system/defaults.css";</style>
- <style type="text/css" media="all">@import "/modules/system/system.css";</style>
- <style type="text/css" media="all">@import "/modules/user/user.css";</style>
- <style type="text/css" media="all">@import "/sites/all/modules/calendar/calendar.css";</style>
- <style type="text/css" media="all">@import "/sites/all/modules/cck/content.css";</style>
- <style type="text/css" media="all">@import "/sites/all/modules/date/date.css";</style>
- <style type="text/css" media="all">@import "/sites/all/modules/cck/fieldgroup.css";</style>
- <style type="text/css" media="all">@import "/sites/all/modules/lightbox2/lightbox.css";</style>
- <style type="text/css" media="all">@import "/sites/all/modules/simplemenu/simplemenu.css";</style>
- <style type="text/css" media="all">@import "/sites/all/themes/3cologne_03/style.css";</style>
- <style type="text/css" media="screen">@import "/sites/3cologne.com/files/sifr/sifr-screen.css";</style>
- <style type="text/css" media="print">@import "/sites/all/modules/sifr/sifr/sIFR-print.css";</style>
- -->
- <!-- YUI complete clear + grids CSS - This is supposed to set up all the CSS wizardry that makes my page layout work-->
- <style type="text/css" media="all">@import "/sites/all/themes/3cologne_03/reset-fonts-grids.css";</style>
- <?php print $scripts ?>
- <style type="text/css" media="print">@import "<?php print base_path() . path_to_theme() ?>/print.css";</style>
- <!--[if lt IE 7]>
- <style type="text/css" media="all">@import "<?php print base_path() . path_to_theme() ?>/fix-ie.css";</style>
- <![endif]-->
- </head>
- <body>
- <div id="doc2" class="yui-t6">
- <div id="hd" class="header">
- <div class="header-logo">
- <img src="<?php print base_path(). path_to_theme(); ?>/images/3cologne-logo.jpg" alt="logo">
- </div>
- <div class="header-navigation">
- <?php
- if ($primary_links) {
- print theme_separated_links($primary_links);
- } ?>
- </div>
- </div>
- <!--end of header area - beginging of content area & main (left) content-->
- <div id="bd">
- <div id="yui-main">
- <div class="yui-b">
- <div class="tabs">
- <?php print $tabs ?>
- </div>
- <?php print $help ?>
- <?php print $messages ?>
- <?php print $content; ?>
- </div>
- </div>
- <!--end of main content - beginning of right sidebar content-->
- <div class="yui-b">
- <?php print $sidebar_right ?>
- </div>
- </div>
- <!--end of content - beginning of footer-->
- <div id="ft">
- <div id="footer">
- <div id="footer-text">
- copyright © 3cologne 2004-2007 | Design © <a href="http://www.freelab.de" target="_blank">FREElab interfacedesign</a> 2007 | <?php print l('admin', 'user/login'); ?>
- </div>
- </div>
- </div>
- <!--End of footer-->
- </div>
- <?php print $closure ?>
- </body>
- </html>
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.