Quote Originally Posted by wsmith48 View Post
I was trying to install the links manager today and I got this error --

Parse error: syntax error, unexpected $end in C:\apache2triad\htdocs\138\admin\includes\boxes\extra_boxes\links_extras_dhtml.p hp on line 9

this is a great addon and I would like to get it up and running if you could give me the low down on the error - nothing loads below the menu of admin with the error........

thanks
additional info - line 9 is the ?> shabang

<?php
if (!defined('IS_ADMIN_FLAG')) {
die('Illegal Access');

$za_contents[] = array('text' => BOX_LINKS, 'link' => zen_href_link(FILENAME_LINKS, '', 'NONSSL'));
$za_contents[] = array('text' => BOX_LINK_CATEGORIES, 'link' => zen_href_link(FILENAME_LINK_CATEGORIES, '', 'NONSSL'));
$za_contents[] = array('text' => BOX_LINKS_CONTACT, 'link' => zen_href_link(FILENAME_LINKS_CONTACT, '', 'NONSSL'));
?>