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

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

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

revision 1.1, Tue Aug 7 18:46:43 2007 UTC revision 1.2, Tue Aug 7 20:00:43 2007 UTC
# Line 3  Line 3 
3    
4  /**  /**
5   * @file   * @file
6   * File which contains theme overrides for the Angela Byron theme.   * File which contains theme overrides for the webchick theme.
7   */   */
8    
9  /*  /*
10   * ABOUT   * ABOUT
11   *   *
12   *  Angela Byron's website in Drupal form.   *  webchick's website in Drupal form.
13   */   */
14    
15  /*  /*
# Line 19  Line 19 
19   *    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.
20   *    Each array element takes the format: variable_name => t('human readable name')   *    Each array element takes the format: variable_name => t('human readable name')
21   */   */
22  function angelabyron_regions() {  function webchick_regions() {
23    return array(    return array(
24      'content_top' => t('content top'),      'content_top' => t('content top'),
25      'content_bottom' => t('content bottom'),      'content_bottom' => t('content bottom'),
# Line 35  function angelabyron_regions() { Line 35  function angelabyron_regions() {
35    *   The text delimiter to use when outputing the links.    *   The text delimiter to use when outputing the links.
36    * @return a string containing the menu output.    * @return a string containing the menu output.
37    */    */
38  function angelabyron_menu_links($links, $delimiter = '') {  function webchick_menu_links($links, $delimiter = '') {
39    if (!count($links)) {    if (!count($links)) {
40      return '';      return '';
41    }    }

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

  ViewVC Help
Powered by ViewVC 1.1.2