Hi again, I have two questions. 1) I have copied the code into tpl_categories.php and a "blog" link is showing up... but can you please confirm what the code is to insert a break between sidebox menu items? I have taken a guess and put the following in, but I wanted to be sure:
Code:
}
}
$content .= '<br />' . "\n";
$content .= '<a class="category-links" href="' . zen_href_link(FILENAME_BLOG) . '">' . BOX_INFORMATION_BLOG . '</a>' . '<br />' ."\n";
$content .= '</div>';
?>
2. I am trying to work out how to edit the page title from "Blog" to "News". Can you please help me out with that?
My site is in my signature - thanks in advance!