"Fossies" - the Fresh Open Source Software Archive

Member "srg-1.3.6/resources/footer.php" (5 Aug 2009, 449 Bytes) of package /linux/privat/old/srg-1.3.6.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) PHP source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file.

    1 <?php /* SRG Default PHP Footer - 1.3.6
    2        *
    3        * If you make modifications to this file you *must* remove the
    4        * 'SRG Default PHP Footer - 1.3.6' string on the first line or your
    5        * changes may be overwritten.
    6        *
    7        * $Id: footer.php 185 2005-05-09 08:44:13Z matt $
    8        *
    9        */
   10 
   11 /* Close any database connections & display any page footers that you want 
   12  * here */
   13 
   14 /* Close off the HTML */
   15 ?>
   16 </body>
   17 </html>