示例#1
0
    private function renderFooter()
    {
        ?>
<!-- <div id="unilogo">&nbsp;</div> -->
</div></div>
<div id="footer">
<?php 
        echo Info::footer();
        ?>
</div>

</div>

</body>
</html>
		<?php 
    }
示例#2
0
    private function renderFooter()
    {
        ?>
</div>
  
  <div id="bottom">
    <?php 
        echo Info::footer();
        ?>
  </div>
</div>
</body>
</html>
		<?php 
    }