parent
61f3fb4c81
commit
a6833bfbac
@ -1,16 +1,14 @@ |
|||||||
<?php |
<?php |
||||||
|
|
||||||
/** |
/** |
||||||
* |
* |
||||||
* @see http://www.google.com/uds/solutions/dynamicfeed/index.html |
* @see http://www.google.com/uds/solutions/dynamicfeed/index.html |
||||||
* |
* |
||||||
* @copyright (c) 2011 University of Geneva |
* @copyright (c) 2011 University of Geneva |
||||||
* @license GNU General Public License - http://www.gnu.org/copyleft/gpl.html |
* @license GNU General Public License - http://www.gnu.org/copyleft/gpl.html |
||||||
* @author Laurent Opprecht |
* @author Laurent Opprecht |
||||||
*/ |
*/ |
||||||
|
|
||||||
|
|
||||||
require_once api_get_path(LIBRARY_PATH) . 'plugin.class.php'; |
|
||||||
require_once dirname(__FILE__) . '/lib/rss_plugin.class.php'; |
require_once dirname(__FILE__) . '/lib/rss_plugin.class.php'; |
||||||
|
|
||||||
$plugin_info = RssPlugin::create()->get_info(); |
$plugin_info = RssPlugin::create()->get_info(); |
||||||
|
|||||||
@ -1,11 +1,10 @@ |
|||||||
<?php
|
<?php |
||||||
/** |
/** |
||||||
* @copyright (c) 2011 University of Geneva |
* @copyright (c) 2011 University of Geneva |
||||||
* @license GNU General Public License - http://www.gnu.org/copyleft/gpl.html |
* @license GNU General Public License - http://www.gnu.org/copyleft/gpl.html |
||||||
* @author Laurent Opprecht |
* @author Laurent Opprecht |
||||||
*/ |
*/ |
||||||
|
|
||||||
require_once api_get_path(LIBRARY_PATH) . 'plugin.class.php'; |
|
||||||
require_once dirname(__FILE__) . '/lib/search_course_plugin.class.php'; |
require_once dirname(__FILE__) . '/lib/search_course_plugin.class.php'; |
||||||
|
|
||||||
$plugin_info = SearchCoursePlugin::create()->get_info(); |
$plugin_info = SearchCoursePlugin::create()->get_info(); |
||||||
Loading…
Reference in new issue