View Full Version : when a copy any link to another category I have Problems
when I Assing any link to another category I have Problems
when I Assing any link these sign " @ "appears
Example:
http://www.boom.cl/bancos/creditos/
Please Tell me How to fix the @ problem
:unsure:
Simon Gooffin
05-05-2006, 04:53 AM
Actually it's not a problem. It means cross link aka shadow link. For you just to define that this link was copied from another location
Simon, is there a way I can hide this "@" ?
Simon Gooffin
05-05-2006, 04:58 AM
Simon, is there a way I can hide this "@" ?
sure, modify your Layout.php file. find there the following code:
$out .= "<div class=\"categ\"><a href=\"{$url}\">".htmlspecialchars($value['title']).$crossed."</a>{$cause}</div>";
change it to the following:
$out .= "<div class=\"categ\"><a href=\"{$url}\">".htmlspecialchars($value['title'])."</a>{$cause}</div>";
I think this could help
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.