diff --git a/panels.module b/panels.module index 1136ddb..511fb8b 100644 --- a/panels.module +++ b/panels.module @@ -1347,9 +1347,10 @@ function template_preprocess_panels_pane(&$vars) { } $vars['more'] = l($content->more['title'], $content->more['href'], $content->more); } +} +function template_process_panels_pane(&$vars) { $vars['content'] = !empty($content->content) ? $content->content : ''; - } /**