Skip to content

Instantly share code, notes, and snippets.

@jmertic
Created April 14, 2011 19:57
Show Gist options
  • Save jmertic/920338 to your computer and use it in GitHub Desktop.
Save jmertic/920338 to your computer and use it in GitHub Desktop.
<?php
--clipped code--
if ( empty($data) ) {
$this->xTemplate->assign("ROW_COLOR", 'oddListRow');
$thepanel=$subpanel_def;
if($subpanel_def->isCollection())
$thepanel=$subpanel_def->get_header_panel_def();
$this->xTemplate->assign("COL_COUNT", count($thepanel->get_list_fields()));
// BEGIN CUSTOMIZATION
$this->xTemplate->assign("PANEL_NAME", $thepanel->get_name());
// END CUSTOMIZATION
$this->xTemplate->parse($xtemplateSection.".nodata");
}
--clipped code--
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment