| 1 |
<?php |
<?php |
| 2 |
// $Id: rounded_corners.inc,v 1.1.2.7 2009/07/21 21:23:24 merlinofchaos Exp $ |
// $Id: rounded_corners.inc,v 1.1.2.8 2009/10/27 22:56:39 merlinofchaos Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file styles/rounded_corners.inc |
* @file styles/rounded_corners.inc |
| 86 |
* Render callback for a single pane. |
* Render callback for a single pane. |
| 87 |
*/ |
*/ |
| 88 |
function theme_panels_rounded_corners_style_render_pane($content, $pane, $display) { |
function theme_panels_rounded_corners_style_render_pane($content, $pane, $display) { |
| 89 |
if (empty($content->content) { |
if (empty($content->content)) { |
| 90 |
return; |
return; |
| 91 |
} |
} |
| 92 |
|
|