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

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

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


Revision 1.3 - (show annotations) (download) (as text)
Sun Aug 5 10:50:48 2007 UTC (2 years, 3 months ago) by vadbarsdrupalorg
Branch: MAIN
CVS Tags: DRUPAL-5--1-1, HEAD
Changes since 1.2: +0 -0 lines
File MIME type: text/x-php
first release
1 <?php
2
3 if (theme_get_setting('siberia_iepngfix')) {
4 drupal_add_js(drupal_get_path('theme', 'siberia') . '/js/jquery.pngFix.js', 'theme');
5 }
6 $siberia_style = "gray";
7 drupal_add_css(drupal_get_path('theme', 'siberia') . '/css/' . $siberia_style . '.css', 'theme');
8
9
10 function siberia_regions() {
11 return array(
12 'left' => t('left sidebar'),
13 'right' => t('right sidebar'),
14 'content_top' => t('content top'),
15 'content_bottom' => t('content bottom'),
16 'header' => t('header'),
17 'footer' => t('footer'),
18 'navmenu' => t('navmenu'),
19 'user1' => t('user1'),
20 'user2' => t('user2'),
21 'user3' => t('user3'),
22 'user4' => t('user4'),
23 'user5' => t('user5'),
24 'user6' => t('user6')
25 );
26 }
27
28
29 ?>

  ViewVC Help
Powered by ViewVC 1.1.2