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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Sat Apr 28 04:02:13 2007 UTC (2 years, 7 months ago) by taherk
Branch: MAIN
CVS Tags: DRUPAL-5--1-1, DRUPAL-5--1-0, HEAD
Branch point for: DRUPAL-5
File MIME type: text/x-php
*** empty log message ***
1 <?php
2 function phptemplate_search_theme_form($form) {
3 return _phptemplate_callback('search-theme-form', array('form' => $form));
4 }
5
6 function MyDrupal_Universal_primary($items = array()) {
7 $menu = menu_get_item(variable_get('menu_primary_menu', 0));
8 $output = '<div class="title">' . '</div>';
9 $output .= theme('links', $items);
10 return $output;
11 }
12
13 function MyDrupal_Universal_regions() {
14 return array(
15 'right' => t('right sidebar'),
16 'content' => t('content'),
17 'header' => t('header'),
18 'footer' => t('footer'),
19 );
20 }

  ViewVC Help
Powered by ViewVC 1.1.2