TinyPortal
Development => International => German => Topic started by: Nordin on September 07, 2006, 02:11:14 PM
Hallo,
wo kann ich es einstellen das die XML-Dateien (im RSS-Block) als "_blank" öffnen?
1. öffne:
/Sources/TPortal.php
2. Suche:
echo '
<div class="rss_title">';
printf("<a href='%s'>%s</a>", trim($link),htmlspecialchars(trim($title)));
3. Ersetzen mit:
echo '
<div class="rss_title">';
printf("<a href='%s' target='_blank'>%s</a>", trim($link),htmlspecialchars(trim($title)));
4. Speichern & Fertig