PHP Classes

File: App/Views/Layout/Footer.php

Recommend this page to a friend!
  Classes of Maicon gonçalez   Potato PHP MVC Framework   App/Views/Layout/Footer.php   Download  
File: App/Views/Layout/Footer.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Potato PHP MVC Framework
Framework to develop PHP MVC applications
Author: By
Last change:
Date: 3 years ago
Size: 194 bytes
 

Contents

Class file image Download
<?php
use \System\Libraries\HtmlBlocks as HtmlBlocks;
?>
<?php
$Blocks
= HtmlBlocks::getInstance()->getBlocks("footer_block");
foreach (
$Blocks as $block){
    echo
$block;
}
?>

</body>
</html>