Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Plugin Help
#3
Alright this is my code:
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 Smile
Reply


Messages In This Thread
Plugin Help - by shovenose - 2012-09-25, 02:46:23
Plugin Help - by shawn_a - 2012-09-25, 03:31:17
Plugin Help - by shovenose - 2012-09-25, 08:50:49
Plugin Help - by Carlos - 2012-09-25, 09:05:44
Plugin Help - by shovenose - 2012-09-25, 09:21:08



Users browsing this thread: 2 Guest(s)