aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/Default/overall_footer.tpl
blob: 021f0b558f757118f188c085fd952bf7de1bcaea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
	<tr>
	  <td>
	  <div align="center" style="{font-size: 8pt;}">
        {ADMIN_LINK}<br>
	      Powered by: <a href="http://www.phpbb.com">phpBB</a> Version {PHPBB_VERSION}<br>
	      Copyright &copy; 2001 <a href="http://www.phpbb.com/credits.php">The phpBB Group</a><br>
	      The current time is: {CURRENT_TIME}</div>
	  </td>
	 </tr>
	</table>
 </body>
</html>