MyBB Community Forums

Full Version: error notice message
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
^ oh, I was mistaken. but it is something that is modified in language files / templates.
we do not have ajax loading image code in posting a new thread. that image used for quick reply.
themes is ace navy

(2013-06-01, 07:13 AM)Seabody Wrote: [ -> ]What's the content of your redirect template? Admin CP > Templates & Style > Templates > Your Theme > Redirect Templates > redirect.

this is code inside it

<html>
<head>
<title>{$title}</title>
<meta http-equiv="refresh" content="2;URL={$url}" />
{$headerinclude}
</head>
<body>
<br />
<br />
<br />
<br />
<div style="margin: auto auto; width: 800px" align="center">
<table border="0" cellspacing="0" cellpadding="0" class="redirecttborder">
<tr>
<td class="redirectthead"><strong>{$title}</strong></td>
</tr>
<tr>
<td class="redirecttrow1" align="center"><p>{$message}</p><img alt="{$message}" src="images/acenavy/ajax-loader.gif"><br /></td>
</tr>
<tr>
<td class="redirecttrow2" align="right"><a href="{$url}"><span class="smalltext">{$lang->click_no_wait}</span></a></td>
</tr>
</table>
</div>
</body>
</html>
Pages: 1 2