/[drupal]/contributions/themes/vertigo/template.php
ViewVC logotype

Contents of /contributions/themes/vertigo/template.php

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


Revision 1.1 - (show annotations) (download) (as text)
Mon Feb 19 04:44:29 2007 UTC (2 years, 9 months ago) by agileware
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
File MIME type: text/x-php
Initial commit of theme Vertigo. This theme is a port of the Vertigo GPL theme found on Wordpress
1 <?php
2
3 function vertigo_regions(){
4
5 $my_regions = array(
6
7 'footerleft' => t('Footer Left'),
8 'footermiddle1' => t('Footer Middle 1'),
9 'footermiddle2' => t('Footer Middle 2'),
10 'footerright' => t('Footer Right')
11 );
12
13 $result = array_merge($my_regions, phptemplate_regions());
14 return $result;
15 }
16 ?>

  ViewVC Help
Powered by ViewVC 1.1.2