PDA

View Full Version : when a copy any link to another category I have Problems


boom
05-05-2006, 03:28 AM
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:

Vasily B.
05-05-2006, 03: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

boom
05-05-2006, 03:53 AM
Simon, is there a way I can hide this "@" ?

Vasily B.
05-05-2006, 03: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