/[drupal]/contributions/themes/absynthe/page-node.tpl.php
ViewVC logotype

Contents of /contributions/themes/absynthe/page-node.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Mon Aug 31 15:53:44 2009 UTC (2 months, 3 weeks ago) by hoainam12k
Branch: MAIN
CVS Tags: DRUPAL-6--1-4, HEAD
File MIME type: text/x-php
no message
1 <?php require( dirname(__FILE__)."/ab_header.php"); ?>
2 <div id="main" class="clearfix">
3 <div id="content">
4 <div class="inner">
5 <?php if ($mission): print '<div id="mission">'. $mission .'</div>'; endif; ?>
6 <?php if ($tabs): print '<div id="tabs-wrapper" class="clear-block">'; endif; ?>
7 <?php if ($tabs): print '<ul class="tabs primary">'. $tabs .'</ul></div>'; endif; ?>
8 <?php if ($tabs2): print '<ul class="tabs secondary">'. $tabs2 .'</ul>'; endif; ?>
9 <?php if ($show_messages && $messages): print $messages; endif; ?>
10 <?php print $content ?>
11 </div>
12 </div>
13 <div id="sidebar">
14 <?php print $right ?>
15 </div>
16 </div>
17 </div>
18 <?php require( dirname(__FILE__)."/ab_footer.php"); ?>

  ViewVC Help
Powered by ViewVC 1.1.2