luni, 2 iulie 2012

Unwanted Links in templates

Link-uri in template-ul  it_university, in pagina de print preview.

There is a image for reference:
Image
Attachment:
strange.jpg

If anyone can help me to remove that it will be great.
Hello,
It's maybe a ads in your templates?

What do you have to templates?
You're probably using a free template or a free extension with back link. Those links are base64 encoded, that's why you can't find them. Search in your template dir for something like base64_decode("....")
duyet wrote:
You're probably using a free template or a free extension with back link. Those links are base64 encoded, that's why you can't find them. Search in your template dir for something like base64_decode("....")


Thank you verry much. I found that:

<?php
$pml='PGRpdiBpZD0iaXQtc3AiPjxhIGhyZWY9Imh0dHA6Ly93ZWItY3JlYXRvci5vcmcvIiB0YXJnZXQ9Il9ibGFuayIgdGl0bGU9ItGI0LDQsdC70L7QvdGLINGB0LDQudGC0L7QsiI+0YjQsNCx0LvQvtC90Ysg0YHQsNC50YLQvtCyPC9hPjxicj48YSBocmVmPSJodHRwOi8vam9vbWxhLW1hc3Rlci5vcmcvIiB0YXJnZXQ9Il9ibGFuayIgdGl0bGU9Impvb21sYSB0ZW1wbGF0ZXMiPmpvb21sYSB0ZW1wbGF0ZXM8L2E+PC9kaXY+';
echo base64_decode($pml);?>


in: .../template/html/com_content/article/default.php

Thank you verry much again :pop