PHP Classes

File: app/example/view/commons/footer.phtml

Recommend this page to a friend!
  Classes of Carlos Eduardo Barcelos Amaral   Base MVC Framework   app/example/view/commons/footer.phtml   Download  
File: app/example/view/commons/footer.phtml
Role: Sample output
Content type: text/plain
Description: Sample output
Class: Base MVC Framework
MVC framework to be the base of Web applications
Author: By
Last change:
Date: 7 years ago
Size: 406 bytes
 

Contents

Class file image Download
<?php if (!empty($footerScripts)){ foreach ($footerScripts as $footerScript) { if (!is_array($footerScript) && !empty($footerScript['src'])) echo " <script type=\"text/javascript\" src=\"{$footerScript['src']}\"></script>" . PHP_EOL; else echo " <script type=\"text/javascript\">{$footerScript}</script>" . PHP_EOL; } } ?> </body> </html>