Blank pages, bad PHP (short tags) in page.tpl.php

yelvington - August 13, 2008 - 00:24
Project:iUI
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:critical
Assigned:Unassigned
Status:active
Description

Please do not do this:

    <?=$content ?>

Short tags should never be used in a project hosted at d.o., as it violates Drupal coding standards and won't work with standard PHP configurations.

Please do this:

<?php print $content; ?>

#1

Rob Loach - August 13, 2008 - 02:35
Version:6.x-1.0» 6.x-1.x-dev

I just made a small commit to remove the short tags: http://drupal.org/cvs?commit=133370

Patches, of course, are welcome ;-) .

 
 

Drupal is a registered trademark of Dries Buytaert.