File: about.php

package info (click to toggle)
fibusql 0.4.1-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 376 kB
  • ctags: 391
  • sloc: php: 1,830; sh: 45; makefile: 35
file content (25 lines) | stat: -rw-r--r-- 672 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
<?php
/*
    FibuSQL 0.4.1  -  (c) 2003 Martin Pitt <martin@piware.de>

    This software is protected by the GNU General Public License (see
    file COPYING).
*/

include_once 'backend/base.inc';
include_once 'pagehead-html.inc';
include_once get_lang_inc( '-about' );
include_once 'backend/do-update-rep.inc';

echo $LANG_about;
?>

<p>
<a href="http://validator.w3.org/check/referer/" ><img src="valid-xhtml11.png" 
   alt="Valid XHTML1.1!" height="31" width="88" style="border-style: none" /></a>
<a href="http://jigsaw.w3.org/css-validator/"><img src="valid-css.png"
   alt="Valid CSS!" height="31" width="88" style="border-style: none" /></a>
</p>

</body>
</html>