TinyPortal

Development => Feedback => Bugs/Errors => Topic started by: Mavn on October 15, 2010, 06:37:12 PM

Title: Hard coded text strings
Post by: Mavn on October 15, 2010, 06:37:12 PM
TportalAdmin.template
Code (Line:2486) Select
<th colspan="2">Details</th>
Code (Line:2506) Select
<th colspan="2">Panels</th>
Code (line:2527) Select
<th colspan="2">Others</th>
<td class="windowbg" colspan="4">Internal</td>
// latest news
function template_news()
{
global $context, $settings, $options, $txt, $scripturl, $modSettings, $boarddir, $boardurl, $language;

echo '
<div class="cat_bar">
<h3 class="catbg">Tinyportal News</h3>
</div>
<div class="windowbg">
<span class="topslice"><span></span></span>
<div style="padding: 1em; text-align: center;">
Your TP installation is now updated to the latest version: v1.0 Release Candidate 1.
</div>
<span class="botslice"><span></span></span>
</div>
<div style="padding: 1em; line-height: 1.6em;">
TinyPortal is no longer maintained at http://www.tinyportal.net, but can be downloaded from the
<a style="text-decoration: underline;" href="http://custom.simplemachines.org/mods/index.php?mod=97">SMF modsite</a>.
<br>There is also a support forum for TP users run by former tinyportal.net team members at
<a href="http://www.tinyportal.net/index.php">www.tinyportal.co.uk</a>
<hr><em>- Bloc</em>
</div>
';
}