The theme uses short open tags, <?, instead of the regular <?php tags, which makes the theme fail in Web sites with modern PHP settings. The version tested on http://d-theme.com/camsel has all the short tags in page.tpl.php changed to full tags.
The theme uses short open tags, <?, instead of the regular <?php tags, which makes the theme fail in Web sites with modern PHP settings. The version tested on http://d-theme.com/camsel has all the short tags in page.tpl.php changed to full tags.
Comments
Comment #1
Magnity commentedFixed in dev version.
Planning to wait to release a new stable release until #393866: CSS validation and a few bits of development have been done.
Thanks for reporting.