DotEquals
Component ID
1083410
Component name
DotEquals
Component type
theme
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
DotEquals is a clone of Zen with template files written completely in PHP. The normal way to write a template file is in (x)html with php inserted inline for dynamic content.
Inserting php into an html doc makes it very hard to comment the code. In addition, some people find the code difficult to read because the page is structured around html and the large amount of PHP opening and closing tags can be distracting.
The title of this theme "DotEquals" suggests the way these templates files are built, by continually adding to the $output
via statements like
$output .=