You are here

function panelizer_preprocess_panels_ipe_toolbar in Panelizer 7.3

Implement template_preprocess_panels_ipe_toolbar().

File

./panelizer.module, line 1964
The Panelizer module attaches panels to entities, providing default panels and allowing each panel to be configured independently by privileged users.

Code

function panelizer_preprocess_panels_ipe_toolbar(&$variables) {

  // Some custom CSS to improve the UX.
  // $variables['#attached'] = array(
  //   'css' => array(
  //     drupal_get_path('module', 'panelizer') . '/css/panelizer.ipe.css',
  //   ),
  // );
  // dpm($variables);
}