Přeskočit přímo na text
Tu je inak prva tema:
<!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->language ?>" lang="<?php print $language->language ?>" dir="<?php print $language->dir ?>"> <head> <title><?php print $head_title ?></title> <?php print $head ?> <?php print $styles ?> <?php print $scripts ?> <!--[if IE 8]> <?php print phptemplate_ie8(); ?> <![endif]--> </head> <body> <div id="wrapper"> <div id ="header"> <?php $block = module_invoke('locale', 'block', 'view', 0); print '<div id="language-block">'. $block['content'] .'</div>'; ?> <?php print l(' ', $base_url, array('html' => TRUE, 'attributes' => array('id' => 'logo'))) ?></div> <div id="container"> <div id="menu"><?php print theme('links', $primary_links) ?></div> <div id="smallwrap"> <div id="left"> <?php print l(' ', $base_url, array('html' => TRUE, 'attributes' => array('id' => 'dot'))) ?> <?php print $left ?> </div> <div id="main"<?php if (!$right OR $edit) { print ' class="noright"'; } ?>> <?php if ($breadcrumb) { print $breadcrumb; } ?> <?php if ($messages) { print $messages; } ?> <?php if ($help) { print $help; } ?> <?php if ($tabs) { print $tabs; } ?> <?php if ($title) { print '<h1 class="title">'. $title .'</h1>'; } ?> <?php print $content ?> </div> <?php if (!$edit): ?> <div id="right"><?php print $right ?></div> <?php endif; ?> <div class="clear-block clear"> </div> </div> </div> </div> <div id="footer"> <div id="footer-wrapper"> <div id="fishdog"> Design and programming by <strong><a href="http://www.fishdog.sk">Fishdog Media</a></strong> <div id="browsers"> <span id="ie"> </span> <span id="ff"> </span> <span id="opera"> </span> <span id="chrome"> </span> <span id="safari"> </span> </div> </div> <div id="footer-message"><?php print $footer_message ?></div> <div id="footer-region"> <?php print theme('links', $primary_links); ?> <?php $cat = module_invoke('termlist', 'block', 'view', 0); print $cat['content']; ?> </div> <div class="clear-block clear"> </div> </div> </div> <?php print $closure ?> </body> </html>
A tu je druha tema:
<!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->language ?>" lang="<?php print $language->language ?>" dir="<?php print $language->dir ?>"> <head> <title><?php print $head_title ?></title> <?php print $head ?> <?php print $styles ?> <?php print $scripts ?> </head> <body> <div id="wrapper"> <div id="header"> <?php print l(' ', $base_url, array('attributes' => array('id' => 'logo'))) ?> <?php print theme('links', $primary_links, array('id' => 'primary-links', 'class' => 'links')) ?> </div> <div id="banner"<?php if (arg(0) == 'recepty') { print ' class="recepty"'; } ?><div id="page-title"><?php global $term_title; print $term_title ? $term_title : $title ?></div></div> <?php if ($breadcrumb): ?><div id="breadcrumb"><?php print $breadcrumb ?></div><?php endif; ?> <div id="smallwrap" class="<?php print $myclass ?>"> <div id="content" class="<?php if ($right) { print 'with'; } else { print 'without'; } ?>"> <?php print $messages ?> <?php print $help ?> <?php print $tabs ?> <?php print $content ?> </div> <?php if ($right) { print '<div id="right">'. $right .'</div>'; } ?> <div class=" clear-block clear"> </div> </div> <div id="bottom" class="<?php print $myclass ?>"> </div> </div> <div id="footer-wrapper"> <div id="footer"> <?php print '<div id="footer-message" class="ffloat">'. $footer_message .'</div>' ?> <?php print '<div id="footer-primary" class="ffloat">'. theme('links', $primary_links, array('class' => 'menu')) .'</div>' ?> <?php $cat = module_invoke('termlist', 'block', 'view', 0); print '<div id="footer-termlist" class="ffloat">'. $cat['content'] .'</div>'; ?> <div id="fishdog" class="ffloat">Design and programming by <strong><a href="http://www.fishdog.sk">Fishdog Media</a></strong></div> </div> </div> <?php print $closure ?> </body> </html>
Více informací o možnostech formátování
Hlavní RSS kanál
Psychologie - poradenství
Tu je inak prva
Tu je inak prva tema:
A tu je druha tema: