<?php
/**
 * Describe plugin here
 */

elgg_register_event_handler('init', 'system', 'my_plugin_init');

function my_plugin_init() {
	// Rename this function based on the name of your plugin and update the
	// elgg_register_event_handler() call accordingly
	
}