
plugin:Events-Manager Multiple Cat Image Display case
By: a guest on
Apr 4th, 2012 | syntax:
PHP | size: 0.64 KB | hits: 42 | expires: Never
em-event.php approx line: 1385
//Categories and Tags
case '#_CATEGORIES': //depreciated
case '#_EVENTCATEGORIES':
ob_start();
$template = em_locate_template('placeholders/categories.php', true, array('EM_Event'=>$this));
$replace = ob_get_clean();
break;
// START - INSERT THIS SECTION
case '#_CATEGORIESIMAGES':
case '#_EVENTCATEGORIESIMAGES':
ob_start();
$template = em_locate_template('placeholders/categories_images.php', true, array('EM_Event'=>$this));
$replace = ob_get_clean();
break;
// END - INSERT THIS SECTION
case '#_EVENTTAGS':