/[drupal]/contributions/modules/flexiblock/flexiblock.module
ViewVC logotype

Diff of /contributions/modules/flexiblock/flexiblock.module

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

revision 1.4, Mon Jul 25 21:46:15 2005 UTC revision 1.5, Wed Jul 27 22:54:32 2005 UTC
# Line 1  Line 1 
1  <?php // $Id: flexiblock.module,v 1.3 2005/07/23 23:12:44 djnz Exp $  <?php // $Id: flexiblock.module,v 1.4 2005/07/25 21:46:15 djnz Exp $
2    
3  /**  /**
4   * @file   * @file
# Line 207  function flexiblock_admin_save($edit) { Line 207  function flexiblock_admin_save($edit) {
207    
208  function _flexiblock_get_mapping($theme=FALSE) {  function _flexiblock_get_mapping($theme=FALSE) {
209    if ( !$theme ) {    if ( !$theme ) {
210      $theme = drupal_get_theme;      $theme = drupal_get_theme();
211    }    }
212    $mapping = variable_get('flexiblock_mapping', array());    $mapping = variable_get('flexiblock_mapping', array());
213    if ( isset($mapping['themes'][$theme]) ) {    if ( isset($mapping['themes'][$theme]) ) {

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.2