Hoek
12-15-2004, 03:38 AM
In search_function.php the url as result of a seach-action is presented. In config.php you can define the way of opening a link: top, blank, etc.
I would like to open .htm(l) in _top and for instance office document and pdf's in _blank. Is is possible to modify the LINK_TARGET section in config.php or the table_results section in search_function.php:
'page_link' => "<a class=\"phpdig\" href=\"".$url."\" onmousedown=\"return clickit(".$n.",'".$js_url."')\" target=\"".LINK_TARGET."\" >".ereg_replace('%20*',' ',$title)."</a>",
Is it yet possible to do so, or maybe a new function in future releases?
I would like to open .htm(l) in _top and for instance office document and pdf's in _blank. Is is possible to modify the LINK_TARGET section in config.php or the table_results section in search_function.php:
'page_link' => "<a class=\"phpdig\" href=\"".$url."\" onmousedown=\"return clickit(".$n.",'".$js_url."')\" target=\"".LINK_TARGET."\" >".ereg_replace('%20*',' ',$title)."</a>",
Is it yet possible to do so, or maybe a new function in future releases?