'; $out .= wp_loginout( admin_url() . 'admin.php?page=ajax-event-calendar.php', false); $out .= wp_register(' | ', '', false); $out .= '
'; echo $out; } ?>
get_categories(); if (sizeof($categories) > 1) { $out = '
' . htmlentities(__('Show Types', AEC_PLUGIN_NAME)) . '
' . "\n"; $out .= '
' . htmlentities(__('All', AEC_PLUGIN_NAME)) . '
' . "\n"; foreach ($categories as $category) { $out .= '
' . $category->category . '
' . "\n"; } echo $out; } ?>
' . AEC_PLUGIN_NAME . ' v' . AEC_PLUGIN_VERSION . ' ' . htmlentities(__('Created By', AEC_PLUGIN_NAME)) . ' Eran Miller'; ?>