2012-09-25, 08:50:49
Alright this is my code:
And this is the error it's giving me:
Thank you
Code:
<?php
/* Plugin Name: Adminav
Add links to the Navigation Tabs and Side Menus in the GetSimple Admin Interface!
Version: 1.0
Author: Michel Staake
Author URI: http://michelstaake.me/
*/
$adminav=adminav(__FILE__, ".php");
register_plugin(
$adminav,
'Adminav',
'1.0',
'Michel Staake',
'http://michelstaake.me/',
'Add links to the Navigation Tabs and Side Menus in the GetSimple Admin Interface!',
'plugin',
'adminav',
);
?>
And this is the error it's giving me:
Quote:Parse error: syntax error, unexpected ')' in C:\Program Files (x86)\EasyPHP-12.1\www\plugins\adminav.php on line 18
Thank you