Quote Originally Posted by jeskremer View Post
Does anyone have an idea of how I would place the following code in the footer_menu_defines.php to work properly?

Define('BOOKMARK','<li><a href="javascript:bookmarksite('Kremer Publications', 'http://www.kremerpublications.com')">Bookmark this site!</a></li>');

It is for bookmarking the site.

Thank you.
try this:

Define('BOOKMARK','<li><a href="javascript:bookmarksite(\'Kremer Publications\', \'http://www.kremerpublications.com\')">Bookmark this site!</a></li>');