Rev Author Line No. Line
228 kaklik 1 <!-- start of footer.tpl.php -->
2 </div>
3 <div id="sgFooter">
4 <p>
5 <?php echo $sg->allRightsReserved(); ?>
6 <?php echo $sg->licenseText(); ?>
7 <br />
8 <?php echo $sg->poweredByText(); ?>
9 <?php echo $sg->scriptExecTimeText(); ?> |
10 <?php echo $sg->adminLink(); ?>
11 </p>
12 </div>
13 <?php
14 if (!defined('EXTERNAL')) {
15 echo '</body>
16 </html>';
17 }