PHP Classes

File: template/partials/bottom.php

Recommend this page to a friend!
  Classes of Aleksandar Zivanovic   STPL   template/partials/bottom.php   Download  
File: template/partials/bottom.php
Role: Example script
Content type: text/plain
Description: Example script
Class: STPL
Render templates using PHP code scripts
Author: By
Last change:
Date: 6 years ago
Size: 188 bytes
 

Contents

Class file image Download
<?php STPL::SectionContent('footer', function ($queryTime) { ?>
<span>Copyright &copy; <?php echo date('Y', time()); ?></span> | Page query time: <?php echo $queryTime; ?>
<?php
}); ?>