File: _footer.php

package info (click to toggle)
b2evolution 0.9.2-3%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 12,972 kB
  • ctags: 5,460
  • sloc: php: 58,989; sh: 298; makefile: 36
file content (50 lines) | stat: -rw-r--r-- 1,848 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?php 
/**
 * backoffice page footer
 *
 * b2evolution - {@link http://b2evolution.net/}
 * Released under GNU GPL License - {@link http://b2evolution.net/about/license.html}
 * @copyright (c)2003-2005 by Francois PLANQUE - {@link http://fplanque.net/}
 *
 * @package admin
 */
if( !defined('DB_USER') ) die( 'Please, do not access this page directly.' );
?>
</div>

<p class="footer">
<strong><span style="color:#333333">b</span><span style="color:#ff9900">2</span><span style="color:#333333">e</span><span style="color:#554433">v</span><span style="color:#775522">o</span><span style="color:#996622">l</span><span style="color:#bb7722">u</span><span style="color:#cc8811">t</span><span style="color:#dd9911">i</span><span style="color:#ee9900">o</span><span style="color:#ff9900">n</span></strong> <?php echo $b2_version, ' '; ?>
-
<a href="http://b2evolution.net/about/license.html" class="nobr"><?php echo T_('GPL License') ?></a>
-
<span class="nobr">&copy;2001-2002 by <a href="http://cafelog.com/">Michel V</a></span>
-
<span class="nobr">&copy;2003-2005 by <a href="http://fplanque.net/">Fran&ccedil;ois PLANQUE</a></span>
</p>

<!-- this is for the spellchecker -->
<form action="" name="SPELLDATA"><div>
<input name="formname" type="hidden" value="" />
<input name="messagebodyname" type="hidden" value="" />
<input name="subjectname" type="hidden" value="" />
<input name="companyID" type="hidden" value="" />
<input name="language" type="hidden" value="" />
<input name="opener" type="hidden" value="" />
<input name="formaction" type="hidden" value="" />
</div></form>

<?php
if( $admin_tab == 'files'	|| ($admin_tab == 'blogs' && $tab == 'perm') )
{ // init checkall JS functions
?>	
<script type="text/javascript">
	initcheckall();
</script>
<?php
}

debug_info();
?>

</body>
</html>