This project is not covered by Drupal’s security advisory policy.

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.

Project information

  • Created by cwgordon7 on , updated
  • shield alertThis project is not covered by the security advisory policy.
    Use at your own risk! It may have publicly disclosed vulnerabilities.

Releases