john pfeiffer
  • Home
  • Categories
  • Tags
  • Archives

drupal 6 custom theme avitamin theme patch logo

<?php print $head_title ?>
' . $site_name . '';
  }
  ?>
  </div><!--END LOGO-->

  <div id="navigation"><!--NAVIGATION-->
    <?php if (isset($primary_links)) print menu_tree($menu_name = variable_get('menu_primary_links_source', 'primary-links')); ?>
  </div><!--END NAVIGATION-->
</div><!--END TOP-->
<?php if($header){?><div id="header"><!--HEADER-->
  <?php print $header ?>
</div><!--END HEADER--><?php } ?>
<div id="container"><!--CONTAINER-->
  <?php if($left){?><div id="sidebar-left" class="sidebar"><!--SIDEBAR LEFT-->
    <?php print $left; ?>
  </div><!--END SIDEBAR LEFT--><?php } ?>
  <div id="content_wrapper"><!--CONTENT WRAPPER-->
    <?php if($breadcrumb){?><div id="breadcrumb"><!--BREADCRUMB-->
      <?php print $breadcrumb ?>
    </div><!--END BREADCRUMB--><?php } ?>
    <?php if($mission){ ?><div id="mission"><!--MISSION-->
      <?php print $mission; ?>
    </div><!--END MISSION--><?php } ?>
    <?php if ($title){?><h1 id="title"><?php print $title ?></h1><?php } ?>
    <?php if ($messages) { print $messages; } ?>
    <?php if ($help) { print $help; } ?>
    <?php if($preface){?><div id="preface"><!--PREFACE-->
      <?php print $preface ?>
    </div><!--END PREFACE--><?php } ?>
    <div id="content"><!--CONTENT-->
      <?php if($tabs){?><div class="tabs"><?php print $tabs ?></div><?php } ?>
      <?php print $content; ?>
    </div><!--END CONTENT-->
    <?php if($postscript){?><div id="postscript"><!--POSTSCRIPT-->
      <?php print $postscript ?>
    </div><!--END POSTSCRIPT--><?php } ?>
  </div><!--END CONTENT WRAPPER-->
  <?php if($right){?><div id="sidebar-right" class="sidebar"><!--SIDEBAR RIGHT-->
    <?php print $right; ?>
  </div><!--END SIDEBAR RIGHT--><?php } ?>
</div><!--END CONTAINER-->
<?php if($footer){?><div id="footer"><!--FOOTER-->
  <?php print $footer; ?>
</div><!--END FOOTER--><?php } ?>

<?php print $footer_message ?>
<?php print $closure ?>


  • « make windows 32 add to system path
  • bmp research »

Published

Jul 24, 2010

Category

drupal

~168 words

Tags

  • 6 13
  • avitamin 1
  • custom 14
  • drupal 43
  • logo 1
  • patch 1
  • theme 7