Öffne / open: portal/block/link_us.php
Suche / search:
Code: Select all
'U_LINK_US' => '<a href="' . $u_link . '" ' . (($config['site_desc']) ? 'title="' . $config['site_desc'] . '"' : '' ) . '>' . (($config['sitename']) ? $config['sitename'] : $u_link ) . '</a>',
Code: Select all
'U_LINK_US_HTML' => '<a href="' . $u_link . '" ' . (($config['site_desc']) ? 'title="' . $config['site_desc'] . '"' : '' ) . '>' . (($config['sitename']) ? $config['sitename'] : $u_link ) . '</a>',
'U_LINK_US_BB' => '[url=' . $u_link . ']' . (($config['sitename']) ? $config['sitename'] : $u_link ) . '[/url]',
Suche /search:
Code: Select all
<input type="text" tabindex="9" size="28" value="{U_LINK_US}" class="inputbox autowidth" onclick="this.focus();this.select();" /><br />
Code: Select all
Html:<br />
<input type="text" tabindex="9" size="28" value="{U_LINK_US_HTML}" class="inputbox autowidth" onclick="this.focus();this.select();" /><br />
BB-Code:<br />
<input type="text" tabindex="9" size="28" value="{U_LINK_US_BB}" class="inputbox autowidth" onclick="this.focus();this.select();" /><br />
Suche / search:
Code: Select all
'LINK_US_TXT' => 'Benutze bitte diesen Link um <strong>%s</strong> bei dir zu verlinken:',
Code: Select all
'LINK_US_TXT' => 'Benutze bitte diese Links um <strong>%s</strong> bei dir zu verlinken:',
Suche / search:
Code: Select all
'LINK_US_TXT' => 'Please feel free to link to <strong>%s</strong>. Use the following HTML:',
Code: Select all
'LINK_US_TXT' => 'Please feel free to link to <strong>%s</strong>. Use the following codes:',
Save and clean the Templates chache