
Originally Posted by
mikestaps
Template override system....
Look in the template default folder. Copy it to the template specific folder, then edit.
That file still did not have the link. After almost an hour of searching for the link, I commented out lines 13-15 in: includes/templates/tableau/common/tpl_box_default_left.php
Code:
// if ($title_link) {
// $title = '<a href="' . zen_href_link($title_link) . '">' . $title . BOX_HEADING_LINKS . '</a>';
// }
I'm no expert, but that seems like a better idea, because it will shut down links in the top of all the left sideboxes
Bookmarks