/[drupal]/contributions/modules/panels/includes/display-render.inc
ViewVC logotype

Diff of /contributions/modules/panels/includes/display-render.inc

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

revision 1.5.2.14, Tue Oct 27 23:23:34 2009 UTC revision 1.5.2.15, Wed Oct 28 16:55:34 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: display-render.inc,v 1.5.2.13 2009/10/27 22:56:38 merlinofchaos Exp $  // $Id: display-render.inc,v 1.5.2.14 2009/10/27 23:23:34 merlinofchaos Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 227  function panels_render_pane($content, $p Line 227  function panels_render_pane($content, $p
227        $display->stored_pane_title = $content->original_title;        $display->stored_pane_title = $content->original_title;
228      }      }
229      else {      else {
230        $display->stored_pane_title = $content->title;        $display->stored_pane_title = !empty($content->title) ? $content->title : '';
231      }      }
232    }    }
233    

Legend:
Removed from v.1.5.2.14  
changed lines
  Added in v.1.5.2.15

  ViewVC Help
Powered by ViewVC 1.1.2