/[drupal]/contributions/themes/admire-navy/template.php
ViewVC logotype

Contents of /contributions/themes/admire-navy/template.php

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


Revision 1.2 - (show annotations) (download) (as text)
Wed Aug 20 17:56:41 2008 UTC (15 months ago) by sakib000
Branch: MAIN
CVS Tags: DRUPAL-5--1-1, HEAD
Changes since 1.1: +1 -2 lines
File MIME type: text/x-php
*** empty log message ***
1 <?php
2 function admire_navy_regions() {
3 return array(
4 'searchblock' => t('searchblock'),
5 'sidebar_left' => t('left sidebar'),
6 'sidebar_right' => t('right sidebar'),
7 'header' => t('header'),
8 'footer' => t('footer'),
9
10
11 );
12 }
13 ?>

  ViewVC Help
Powered by ViewVC 1.1.2