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

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

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

revision 1.1.2.5, Fri Apr 3 00:14:26 2009 UTC revision 1.1.2.6, Mon Apr 6 18:10:30 2009 UTC
# Line 7  $vars['css'] = drupal_add_css( path_to_t Line 7  $vars['css'] = drupal_add_css( path_to_t
7  $vars['css'] = drupal_add_css( path_to_theme() .'/css/print.css', 'theme', 'print');  $vars['css'] = drupal_add_css( path_to_theme() .'/css/print.css', 'theme', 'print');
8  $vars['styles'] = drupal_get_css();  $vars['styles'] = drupal_get_css();
9    
10    $vars['css'] = drupal_add_js( path_to_theme() .'/js/jquery.scrollfollow.js', 'theme');
11    $vars['css'] = drupal_add_js( path_to_theme() .'/js/effects.js', 'theme');
12    
13    
14  /**  /**
15   * Declare the available regions implemented by this theme.   * Declare the available regions implemented by this theme.
# Line 17  $vars['styles'] = drupal_get_css(); Line 20  $vars['styles'] = drupal_get_css();
20   */   */
21  function ablock_regions() {  function ablock_regions() {
22    return array(    return array(
23        'sidebar' => t('Collapsible Sidebar'),
24      'content_top' => t('content top'),      'content_top' => t('content top'),
25      'content_bottom' => t('content bottom'),      'content_bottom' => t('content bottom'),
26    );    );

Legend:
Removed from v.1.1.2.5  
changed lines
  Added in v.1.1.2.6

  ViewVC Help
Powered by ViewVC 1.1.2