/[drupal]/contributions/modules/panels/includes/plugins.inc
ViewVC logotype

Diff of /contributions/modules/panels/includes/plugins.inc

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

revision 1.13.2.12 by merlinofchaos, Wed Oct 14 20:00:40 2009 UTC revision 1.13.2.13 by sdboyer, Tue Nov 10 18:08:50 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: plugins.inc,v 1.13.2.11 2009/08/17 21:49:34 merlinofchaos Exp $  // $Id: plugins.inc,v 1.13.2.12 2009/10/14 20:00:40 merlinofchaos Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 48  function panels_get_panels($layout, $dis Line 48  function panels_get_panels($layout, $dis
48  function panels_get_pane_content($display, $pane, $keywords, $args = array(), $context = NULL, $incoming_content = '') {  function panels_get_pane_content($display, $pane, $keywords, $args = array(), $context = NULL, $incoming_content = '') {
49    ctools_include('context');    ctools_include('context');
50    if (!$context) {    if (!$context) {
51      $context = new ctools_context;      $context = array(new ctools_context);
52    }    }
53    
54    if (!$incoming_content === '') {    if (!$incoming_content === '') {

Legend:
Removed from v.1.13.2.12  
changed lines
  Added in v.1.13.2.13

  ViewVC Help
Powered by ViewVC 1.1.3