Development

Changeset 6280

You must first sign up to be able to contribute.

Changeset 6280

Show
Ignore:
Timestamp:
12/01/07 16:38:01 (2 years ago)
Author:
fabien
Message:

fixed default layout

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/data/modules/default/templates/defaultLayout.php

    r6219 r6280  
    1919<div class="sfTContainer"> 
    2020  <?php echo link_to(image_tag('/sf/sf_default/images/sfTLogo.png', array('alt' => 'symfony PHP Framework', 'class' => 'sfTLogo', 'size' => '186x39')), 'http://www.symfony-project.org/') ?> 
    21   <?php echo sfConfig::get('escaping_strategy', false) ? $sf_data->getRaw('sf_content') : $sf_content; ?> 
     21  <?php echo $this->getAttributeHolder()->isEscaped() ? $sf_data->getRaw('sf_content') : $sf_content ?> 
    2222</div> 
    2323</body> 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting, and supporting several large Open-Source projects.