| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language->language ?>" lang="<?php print $language->language ?>" dir="<?php print $language->dir ?>"> 4 5 <head> 6 <title><?php print $title; ?></title> 7 <?php print $head; ?> 8 <?php print $styles; ?> 9 <?php print $scripts; ?> 10 <script type="text/javascript"><?php /* Needed to avoid Flash of Unstyled Content in IE */ ?> </script> 11 </head> 12 <body> 13 <div id="page"> 14 <div id="header"> 15 <?php if (!empty($search_box)): ?> 16 <div id="search-box"><?php print $search_box; ?></div> 17 <?php endif; ?> 18 </div> <!-- /header --> 19 <div id="breadcrumb"><?php print $breadcrumb; ?></div> 20 21 <div id="content"> 22 <?php if (!empty($title)): ?><h1 class="title" id="page-title"><?php print $title; ?></h1><?php endif; ?> 23 <?php if (!empty($tabs)): ?><div class="tabs"><?php print $tabs; ?></div><?php endif; ?> 24 <?php if (!empty($messages)): print $messages; endif; ?> 25 <?php if (!empty($help)): print $help; endif; ?> 26 <div id="content-content" class="clear-block"> 27 <?php print $content; ?> 28 </div> <!-- /content-content --> 29 </div> <!-- /content --> 30 31 <?php print $closure; ?> 32 33 </div> <!-- /page --> 34 </body> 35 </html>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |