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

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

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


Revision 1.2 - (show annotations) (download) (as text)
Tue Jan 9 07:40:35 2007 UTC (2 years, 10 months ago) by jwolf
Branch: MAIN
CVS Tags: DRUPAL-4-7--1-1, DRUPAL-4-7--1-2, DRUPAL-5--1-0, HEAD
Branch point for: DRUPAL-5
Changes since 1.1: +0 -33 lines
File MIME type: text/x-php
modified for drupal 5.x compatibility
1 <?php
2 function refresh_regions() {
3 return array(
4 'left' => t('left sidebar'),
5 'content' => t('content')
6 );
7 }
8 ?>

  ViewVC Help
Powered by ViewVC 1.1.2