Linkki sivun alalaitaan.

Started by Aki, March 28, 2004, 05:34:52 AM

Previous topic - Next topic

Aki

Eli tarkoitus olisi lisätä linkki tuonne sivun alalaittan, ennen tekstiä "Simple Machines Community Forum | Powered by SMF 1.0 Beta 4.1 Public." Eli minnekäs tiedostoon, ja mihin väliin tuo tulisi tunkea.

kurotenshi

Minkälaista linkkiä meinaat.. Foorumin omia namiskoita vai sitten copyright tagia? Helpoita ois varmaan vaan laittaa index.template.php tiedostoon..

etsi sieltä:

// Show the "Powered by" and "Valid" logos, as well as the copyright.  Remember, the copyright must be somewhere!
echo '
<br />

<table cellspacing="0" cellpadding="3" border="0" align="center" width="95%" class="tborder">
<tr style="background-color: #ffffff;">
<td width="28%" valign="middle" align="right">
<a href="http://www.mysql.com/"><img src="', $settings['images_url'], '/mysql.gif" alt="', $txt['powered_by_mysql'], '" width="88" height="31" border="0" /></a>
<a href="http://www.php.net/"><img src="', $settings['images_url'], '/php.gif" alt="', $txt['powered_by_php'], '" width="88" height="31" border="0" /></a>
</td>
<td width="44%" valign="middle" align="center">
', theme_copyright(), '
</td>
<td width="28%" valign="middle" align="left">
<a href="http://validator.w3.org/check/referer"><img src="', $settings['images_url'], '/valid-xhtml10.gif" alt="', $txt['valid_xhtml'], '" width="88" height="31" border="0" /></a>
<a href="http://jigsaw.w3.org/css-validator/check/referer"><img src="', $settings['images_url'], '/valid-css.gif" alt="', $txt['valid_css'], '" width="88" height="31" border="0" /></a>
</td>
</tr>
</table>';


tee tuohon muutokset..

Advertisement: