rel="nofollow" einfügen in die php Dateien
Verfasst: 16.03.2011 11:36
Ich würde gerne rel="nofollow" in die php Dateien einfügen und brauche etwas Hilfe:
einmal soll es da rein: functions_content.php
und einmal hier rein: functions.php
Danke schonmal
einmal soll es da rein: functions_content.php
Code: Alles auswählen
$html = "$whitespace<!-- $tag --><a$class href=\"$url\">$text</a><!-- $tag -->$append";
Code: Alles auswählen
case 'bbcode_htm':
return array(
'#<!\-\- e \-\-><a href="mailto:(.*?)">.*?</a><!\-\- e \-\->#',
'#<!\-\- l \-\-><a (?:class="[\w-]+" )?href="(.*?)(?:(&|\?)sid=[0-9a-f]{32})?">.*?</a><!\-\- l \-\->#',
'#<!\-\- ([mw]) \-\-><a (?:class="[\w-]+" )?href="(.*?)">.*?</a><!\-\- \1 \-\->#',
'#<!\-\- s(.*?) \-\-><img src="\{SMILIES_PATH\}\/.*? \/><!\-\- s\1 \-\->#',
'#<!\-\- .*? \-\->#s',
'#<.*?>#s',
);