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

Diff of /contributions/themes/sodelicious/template.php

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

revision 1.1, Sat Feb 2 14:23:25 2008 UTC revision 1.2, Thu Apr 10 19:27:07 2008 UTC
# Line 6  Line 6 
6   *  An array of regions. The first array element will be used as the default region for themes.   *  An array of regions. The first array element will be used as the default region for themes.
7   */   */
8  function sodelicious_regions() {  function sodelicious_regions() {
9    return array(      return array(
10         'left' => t('left sidebar'),          'left' => t('left sidebar'),
11         'right' => t('right sidebar'),          'right' => t('right sidebar'),
12         'content' => t('content'),          'bottom' => t('bottom sidebar'),
13         'header' => t('header'),          'content' => t('content'),
14         'footer' => t('footer'),          'header' => t('header'),
15         'sponsors' => t('sponsors')          'footer' => t('footer'),
16    );          'sponsors' => t('sponsors')
17        );
18  }  }
19    
20  ?>  ?>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.2