Development

Changeset 6121

You must first sign up to be able to contribute.

Changeset 6121

Show
Ignore:
Timestamp:
11/20/07 13:45:23 (10 months ago)
Author:
fabien
Message:

updated URLs in the symfony default module and for error pages

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/data/data/exception.php

    r4938 r6121  
    5252  <p id="footer"> 
    5353    symfony v.<?php echo sfCore::VERSION ?> - php <?php echo PHP_VERSION ?><br /> 
    54     for help resolving this issue, please visit <a href="http://www.symfony-project.com/">http://www.symfony-project.com/</a>. 
     54    for help resolving this issue, please visit <a href="http://www.symfony-project.org/">http://www.symfony-project.org/</a>. 
    5555  </p> 
    5656  </div></center> 
  • trunk/data/modules/default/templates/defaultLayout.php

    r3310 r6121  
    1818<body> 
    1919<div class="sfTContainer"> 
    20   <?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.com/') ?> 
     20  <?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/') ?> 
    2121  <?php echo $sf_data->getRaw('sf_content') ?> 
    2222</div> 
  • trunk/data/modules/default/templates/indexSuccess.php

    r3313 r6121  
    2020      <li class="sfTDatabaseMessage">Create your data model</li> 
    2121      <li class="sfTColorMessage">Customize the layout of the generated templates</li> 
    22       <li class="sfTLinkMessage"><?php echo link_to('Learn more from the online documentation', 'http://www.symfony-project.com/content/documentation.html') ?></li> 
     22      <li class="sfTLinkMessage"><?php echo link_to('Learn more from the online documentation', 'http://www.symfony-project.org/doc') ?></li> 
    2323    </ul> 
    2424  </dd> 
  • trunk/data/modules/default/templates/moduleSuccess.php

    r3313 r6121  
    1818      <li class="sfTEditMessage">In <code>actions/actions.class.php</code>, edit the <code>executeIndex()</code> method and remove the final <code>forward</code></li> 
    1919      <li class="sfTColorMessage">Customize the <code>templates/indexSuccess.php</code> template</li> 
    20       <li class="sfTLinkMessage"><?php echo link_to('Learn more from the online documentation', 'http://www.symfony-project.com/content/documentation.html') ?></li> 
     20      <li class="sfTLinkMessage"><?php echo link_to('Learn more from the online documentation', 'http://www.symfony-project.org/doc') ?></li> 
    2121    </ul> 
    2222  </dd> 
  • trunk/data/web/errors/error500.php

    r3525 r6121  
    2323<body> 
    2424<div class="sfTContainer"> 
    25   <a title="symfony website" href="http://www.symfony-project.com/"><img alt="symfony PHP Framework" class="sfTLogo" src="<?php echo $path ?>/sf/sf_default/images/sfTLogo.png" height="39" width="186" /></a> 
     25  <a title="symfony website" href="http://www.symfony-project.org/"><img alt="symfony PHP Framework" class="sfTLogo" src="<?php echo $path ?>/sf/sf_default/images/sfTLogo.png" height="39" width="186" /></a> 
    2626  <div class="sfTMessageContainer sfTAlert"> 
    2727    <img alt="page not found" class="sfTMessageIcon" src="<?php echo $path ?>/sf/sf_default/images/icons/tools48.png" height="48" width="48" /> 
  • trunk/data/web/errors/unavailable.php

    r3525 r6121  
    2323<body> 
    2424<div class="sfTContainer"> 
    25   <a title="symfony website" href="http://www.symfony-project.com/"><img alt="symfony PHP Framework" class="sfTLogo" src="<?php echo $path ?>/sf/sf_default/images/sfTLogo.png" height="39" width="186" /></a> 
     25  <a title="symfony website" href="http://www.symfony-project.org/"><img alt="symfony PHP Framework" class="sfTLogo" src="<?php echo $path ?>/sf/sf_default/images/sfTLogo.png" height="39" width="186" /></a> 
    2626  <div class="sfTMessageContainer sfTAlert"> 
    2727    <img alt="page not found" class="sfTMessageIcon" src="<?php echo $path ?>/sf/sf_default/images/icons/tools48.png" height="48" width="48" />