...
I have installed the last written mod and take a look on its content lines.
I understood how it work.
I want to be sure, when I hide a categories link, the search engine can't found it.
Is this line
Code:
$title_link = false;
on includes/modules/sideboxes/mystery_box how broke the link?
The complet code
Code:
<?php
require($template->get_template_dir('tpl_mystery_box.php',DIR_WS_TEMPLATE, $current_page_base,'sideboxes'). '/tpl_mystery_box.php');
$title = 'Mystery Box';
$title_link = false;
require($template->get_template_dir($column_box_default, DIR_WS_TEMPLATE, $current_page_base,'common') . '/' . $column_box_default);
?>
Regards
Olivier