* @author Tony Bibbs * @author Tom Willett * @author Blaine Lang * @author Dirk Haun * */ if (strpos ($_SERVER['PHP_SELF'], 'functions.inc') !== false) { die ('This file can not be used on its own.'); } $langfile = $_CONF['path'] . 'plugins/links/language/' . $_CONF['language'] . '.php'; if (file_exists ($langfile)) { require_once ($langfile); } else { require_once ($_CONF['path'] . 'plugins/links/language/english.php'); } require_once ($_CONF['path'] . 'plugins/links/config.php'); // +---------------------------------------------------------------------------+ // | Geeklog Plugin API Implementation | // +---------------------------------------------------------------------------+ /** * Returns the items for this plugin that should appear on the main menu * * NOTE: this MUST return the url/value pairs in the following format * $[