[分享]phpbb2 plus 中文化 portal在這裡改成中文
發表於 : 2003-04-20 09:04
overall_header.tpl
[php]
<?php
<a href="portal.php"><img src="templates/fisubsilver/images/icon_mini_portal.gif" width="13" height="13" border="0" alt="Portal" title="Portal" hspace="3" align="top" />Portal</a>
?>
[/php]
改成
[php]
<?php
<<a href="portal.php"><img src="templates/fisubsilver/images/icon_mini_portal.gif" width="13" height="13" border="0" alt="Portal" title="Portal" hspace="3" align="top" />進入首頁</a>
?>
[/php]
[php]
<?php
<a href="portal.php"><img src="templates/fisubsilver/images/icon_mini_portal.gif" width="13" height="13" border="0" alt="Portal" title="Portal" hspace="3" align="top" />Portal</a>
?>
[/php]
改成
[php]
<?php
<<a href="portal.php"><img src="templates/fisubsilver/images/icon_mini_portal.gif" width="13" height="13" border="0" alt="Portal" title="Portal" hspace="3" align="top" />進入首頁</a>
?>
[/php]