/[drupal]/contributions/themes/SEOposition/block.tpl.php
ViewVC logotype

Contents of /contributions/themes/SEOposition/block.tpl.php

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


Revision 1.1 - (show annotations) (download) (as text)
Thu Aug 31 14:03:18 2006 UTC (3 years, 2 months ago) by nickl
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-5, DRUPAL-4-7
File MIME type: text/x-php
Theme contributed by SEO Position http://www.seoposition.com/
1 <?php
2 if($block->region == 'sidebar') {
3 include("block-sidebar.tpl.php");
4 }
5 else {
6 include("block-custom.tpl.php");
7 }
8 ?>

  ViewVC Help
Powered by ViewVC 1.1.2