</div>
	</div>

	<div id="footer">
		<div class="container">
			<ul id="stats">
				<li><span id="stats-total"><?php 
echo number_format($_smarty_tpl->getVariable('stats')->value['num_users']);
?>
</span>&nbsp;recorded users</li>
				<li><span id="stats-percent"><?php 
echo number_format($_smarty_tpl->getVariable('stats')->value['percent'], 2);
?>
</span>% complete</li>
				<li>Last addition:&nbsp;<span id="stats-time"><?php 
echo smarty_modifier_relative_time($_smarty_tpl->getVariable('stats')->value['timestamp']);
?>
</span></li>
				<li><a href="Stats">More stats</a></li>
			</ul>
			<div id="credit">
				Designed and developed by Ryan Dwyer
			</div>
		</div>
	</div>

</body>
</html>


			<th>When</th>
			<th>Where</th>
			<th>How many</th>
		</tr>
		<?php 
$_smarty_tpl->tpl_vars['fetch'] = new Smarty_Variable();
$_from = $_smarty_tpl->getVariable('latest_fetches')->value;
if (!is_array($_from) && !is_object($_from)) {
    settype($_from, 'array');
}
if (count($_from) > 0) {
    foreach ($_from as $_smarty_tpl->tpl_vars['fetch']->key => $_smarty_tpl->tpl_vars['fetch']->value) {
        ?>
			<tr>
				<td><?php 
        echo ucfirst(smarty_modifier_relative_time($_smarty_tpl->tpl_vars['fetch']->value['timestamp']));
        ?>
</td>
				<td>
					<a href="http://www.gamefaqs.com/boards/<?php 
        echo $_smarty_tpl->tpl_vars['fetch']->value['board_id'];
        ?>
-/<?php 
        echo $_smarty_tpl->tpl_vars['fetch']->value['topic_id'];
        ?>
"><?php 
        echo htmlspecialchars($_smarty_tpl->tpl_vars['fetch']->value['topic_name']);
        ?>
</a>
					<br />from&nbsp;
					<a href="http://www.gamefaqs.com/boards/<?php