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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Sat Jan 12 17:56:07 2008 UTC (22 months, 2 weeks ago) by ckng
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, HEAD
File MIME type: text/x-php
Initial import
1 <?php
2
3 function phptemplate_search_theme_form($form) {
4 return _phptemplate_callback('search-theme-form', array('form' => $form));
5 }
6
7 function internet_music_regions() {
8 return array(
9 'sidebar_plain' => t('right plain'),
10 'sidebar_right' => t('right sidebar'),
11 'content_top' => t('content top'),
12 'content' => t('content'),
13 'content_bottom' => t('content bottom'),
14 'header' => t('header'),
15 'footer' => t('footer'),
16 );
17 }

  ViewVC Help
Powered by ViewVC 1.1.2