Hi, Mark,
appreciated for your quick reply.
but sorry for my confusion. i meant how to show category image on /index.php?main_page=site_map
i want to just have a page with all cateoty name&images listed.
what is the query code for the category images? may you please check the following code
to see how to correct? thank you.
HTML Code:
$result .= str_repeat($this->spacer_string, $this->spacer_multiplier * $level) . '<h2><a class="orange" href="' . zen_href_link(FILENAME_DEFAULT, 'cPath=' . $category_link) . '" title="' . $category['name'] . '" target="_blank">'. $category['name']. '</a></h2>';
// end modification
$result .= str_repeat($this->spacer_string, $this->spacer_multiplier * $level) . '<h2><a class="orange" href="' . zen_href_link(FILENAME_DEFAULT, 'cPath=' . $category_link) . '" title="' . $category['name'] . '" target="_blank">'. $category['image'] . '</a></h2>';
Bookmarks