Awesomengine is the most awesome engine. It allows for embedding of PHP code, not only in html templates, but in css files, allowing for dynamically set CSS. Otherwise, it is nearly entirely identical to the phptemplate theme engine.

An example of the embedded PHP in CSS:

body {
  color: <?php print $text_color ?>;
  background: <?php print $bg_color ?>;
}

a {
  color: <?php print $link_color ?>;
}

#left {
  float: left;
  width: <?php print $sidebar_width ?>;
  padding-left: 10px;
  padding-right: 10px;
  background: <?php print $left_sidebar_color ?>;
}

The possibilities are endless, and, of course, truly awesome.

Downloads

Version Downloads Date Links
6.x-1.x-dev tar.gz (7.74 KB) | zip (8.23 KB) 2011-Feb-25 Notes

Project Information

  • Maintenance status: Unknown
  • Development status: Unknown
  • Last modified: July 7, 2008

Maintainers for Awesomengine

  • cwgordon7 - 1 commit
    last: 3 years ago, first: 3 years ago

Issues for Awesomengine

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports

Related projects

nobody click here