Status
Not open for further replies.

kizmark

Active Member
402
2010
15
0
hello, I messed with code and as a result my index page doest load anymore but other links are working.. Can you point out the error please?

here is my modified code:

Code:
<html>
<head>
<title>download all you can here. Hotfile and Uploading links.</title>
{$headerinclude}
<script type="text/javascript">
<!--
	lang.no_new_posts = "{$lang->no_new_posts}";
	lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}
{$topic_header}{$forums}
{$boardstats}

<dl class="forum_legend smalltext">
	<dt><img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" title="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
	<dd>{$lang->new_posts}</dd>

	<dt><img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" title="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
	<dd>{$lang->no_new_posts}</dd>

	<dt><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" style="vertical-align: middle;" /></dt>
	<dd>{$lang->forum_locked}</dd>
</dl>
<br style="clear: both" />
{$stcp_index}{$footer}
</body>
</html>

There is no revert feature in MYBB. I wan't to make things back.

here is my site:
www.pinoy-warez.com
 
1 comment
Status
Not open for further replies.
Back
Top