You are here

function fieldable_panels_panes_process_fieldable_panels_pane in Fieldable Panels Panes (FPP) 7

Process variables for fieldable-panels-pane.tpl.php.

File

./fieldable_panels_panes.module, line 954
Maintains an entity that appears as panel pane content.

Code

function fieldable_panels_panes_process_fieldable_panels_pane(&$variables) {
  if (module_exists('title')) {
    title_field_replacement_hide_label('fieldable_panels_pane', $variables['elements']['#element'], $variables['content']);
  }
}