source: forum/cache/ctpl_admin_overall_footer.html.php@ 400

Last change on this file since 400 was 400, checked in by george, 16 years ago
  • Přidáno: Nové forum phpBB 3.
File size: 1.2 KB
Line 
1</div>
2 </div>
3 <span class="corners-bottom"><span></span></span>
4 </div>
5 </div>
6 </div>
7
8 <!--
9 We request you retain the full copyright notice below including the link to www.phpbb.com.
10 This not only gives respect to the large amount of time given freely by the developers
11 but also helps build interest, traffic and use of phpBB. If you (honestly) cannot retain
12 the full copyright we ask you at least leave in place the "Powered by phpBB" line, with
13 "phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our
14 forums may be affected.
15
16 The phpBB Group : 2006
17 // -->
18
19 <div id="page-footer">
20 <?php if ($this->_rootref['S_COPYRIGHT_HTML']) { ?>
21 Powered by phpBB &copy; 2000, 2002, 2005, 2007 <a href="http://www.phpbb.com/">phpBB Group</a>
22 <?php if ($this->_rootref['TRANSLATION_INFO']) { ?><br /><?php echo (isset($this->_rootref['TRANSLATION_INFO'])) ? $this->_rootref['TRANSLATION_INFO'] : ''; } } if ($this->_rootref['DEBUG_OUTPUT']) { if ($this->_rootref['S_COPYRIGHT_HTML']) { ?><br /><?php } ?>
23 <?php echo (isset($this->_rootref['DEBUG_OUTPUT'])) ? $this->_rootref['DEBUG_OUTPUT'] : ''; ?>
24 <?php } ?>
25 </div>
26</div>
27
28</body>
29</html>
Note: See TracBrowser for help on using the repository browser.