Quote Originally Posted by Carbonless View Post
When someone submits a link, where does the submission go? I can't find submission info from a submission.
admin is from Extras -- Links
Links Manager definitions can be you or my... you can change definitions... We not use fonts to definitions, should css for the templates.

The submits used in sidebox with links and others... if you don't for sidebox, create your one links.

from sidebox links
Code:
  if (BOX_DISPLAY_VIEW_ALL_LINKS == 'true') {
  $content .= '<a href="' . zen_href_link(FILENAME_LINKS, '', 'NONSSL') . '">' . BOX_INFORMATION_VIEW_ALL_LINKS . '</a><br />';
}

   if (BOX_DISPLAY_SUBMIT_LINK == 'true') {
  $content .= '<a href="' . zen_href_link(FILENAME_LINKS_SUBMIT, '', 'SSL') . '">' . BOX_INFORMATION_LINKS_SUBMIT . '</a>';
}