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

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

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

revision 1.2.2.1, Sun Feb 17 23:29:52 2008 UTC revision 1.2.2.2, Fri Feb 22 23:35:54 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // ; $Id: template.php,v 1.2 2007/11/15 22:53:44 bonvga Exp $  // ; $Id: template.php,v 1.2.2.1 2008/02/17 23:29:52 bonvga Exp $
3    
4  if (is_null(theme_get_setting('fblike_picto_title'))) {  if (is_null(theme_get_setting('fblike_picto_title'))) {
5          global $theme_key;          global $theme_key;
# Line 18  if (is_null(theme_get_setting('fblike_pi Line 18  if (is_null(theme_get_setting('fblike_pi
18          theme_get_setting('', TRUE);          theme_get_setting('', TRUE);
19  }  }
20    
 function fblike_regions() {  
         return array(  
                 'left' => t('left sidebar'),  
                 'content' => t('content'),  
                 'header' => t('header'),  
                 'footer' => t('footer')  
         );  
 }  
   
21  function phptemplate_breadcrumb($breadcrumb) {  function phptemplate_breadcrumb($breadcrumb) {
22          $home = variable_get('site_name', 'drupal');          $home = variable_get('site_name', 'drupal');
23          $sep = ' &raquo; ';          $sep = ' &raquo; ';

Legend:
Removed from v.1.2.2.1  
changed lines
  Added in v.1.2.2.2

  ViewVC Help
Powered by ViewVC 1.1.2