|
get_categories(); if (sizeof($categories) > 1) { $out = '
' . __('Show Types', AEC_PLUGIN_NAME) . '
' . "\n"; $out .= '
' . __('All', AEC_PLUGIN_NAME) . '
' . "\n"; foreach ($categories as $category) { $out .= '
' . $category->category . '
' . "\n"; } echo $out; } ?>
created by Eran Miller