PHP Classes

File: demo/footer.demo.txt

Recommend this page to a friend!
  Classes of Roger Baklund   PHP Layout Template Processor   demo/footer.demo.txt   Download  
File: demo/footer.demo.txt
Role: Auxiliary data
Content type: text/plain
Description: Demo script
Class: PHP Layout Template Processor
Template engine with indented blocks based syntax
Author: By
Last change:
Date: 8 years ago
Size: 476 bytes
 

Contents

Class file image Download
# can take one or two colors as parameter, separated by | (pipe character) # you can also append additional CSS rules, separated by ; !param string pipe(0-2): $fg, $bg $style = 'padding:1em;'; $style .= $fg?"color:$fg;":''; $style .= $bg?"background:$bg;":''; "<div class="footer" style="$style"> Open source template processing engine for PHP, LGPL licence, source and technical info at <a href="https://github.com/RogerBaklund/LayoutProcessor">GitHub page</a> </div>