~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/php/phpBB3/adm/style/simple_footer.html

Merge setup-stuff.

phpBB is gone, configuration, setup and jail building are completely redone.

Please read doc/setup/install_proc.txt, or you'll not get far.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
                <div style="text-align: {S_CONTENT_FLOW_END};"><a href="#" onclick="self.close(); return false;">{L_CLOSE_WINDOW}</a></div>
2
 
        <br /><br />
3
 
</div>
4
 
 
5
 
<!--
6
 
        We request you retain the full copyright notice below including the link to www.phpbb.com.
7
 
        This not only gives respect to the large amount of time given freely by the developers
8
 
        but also helps build interest, traffic and use of phpBB. If you (honestly) cannot retain
9
 
        the full copyright we ask you at least leave in place the "Powered by phpBB" line, with
10
 
        "phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our
11
 
        forums may be affected.
12
 
 
13
 
        The phpBB Group : 2006
14
 
// -->
15
 
 
16
 
<div id="page-footer">
17
 
 
18
 
        <!-- IF S_COPYRIGHT_HTML -->
19
 
                <br />Powered by phpBB &copy; 2000, 2002, 2005, 2007 <a href="http://www.phpbb.com/">phpBB Group</a>
20
 
                <!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
21
 
        <!-- ENDIF -->
22
 
 
23
 
        <!-- IF DEBUG_OUTPUT -->
24
 
                <!-- IF S_COPYRIGHT_HTML --><br /><br /><!-- ENDIF -->
25
 
                {DEBUG_OUTPUT}
26
 
        <!-- ENDIF -->
27
 
 
28
 
</div>
29
 
 
30
 
</body>
31
 
</html>