Changeset 6121
- Timestamp:
- 11/20/07 13:45:23 (10 months ago)
- Files:
-
- trunk/data/data/exception.php (modified) (1 diff)
- trunk/data/modules/default/templates/defaultLayout.php (modified) (1 diff)
- trunk/data/modules/default/templates/indexSuccess.php (modified) (1 diff)
- trunk/data/modules/default/templates/moduleSuccess.php (modified) (1 diff)
- trunk/data/web/errors/error500.php (modified) (1 diff)
- trunk/data/web/errors/unavailable.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/data/data/exception.php
r4938 r6121 52 52 <p id="footer"> 53 53 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>. 55 55 </p> 56 56 </div></center> trunk/data/modules/default/templates/defaultLayout.php
r3310 r6121 18 18 <body> 19 19 <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/') ?> 21 21 <?php echo $sf_data->getRaw('sf_content') ?> 22 22 </div> trunk/data/modules/default/templates/indexSuccess.php
r3313 r6121 20 20 <li class="sfTDatabaseMessage">Create your data model</li> 21 21 <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> 23 23 </ul> 24 24 </dd> trunk/data/modules/default/templates/moduleSuccess.php
r3313 r6121 18 18 <li class="sfTEditMessage">In <code>actions/actions.class.php</code>, edit the <code>executeIndex()</code> method and remove the final <code>forward</code></li> 19 19 <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> 21 21 </ul> 22 22 </dd> trunk/data/web/errors/error500.php
r3525 r6121 23 23 <body> 24 24 <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> 26 26 <div class="sfTMessageContainer sfTAlert"> 27 27 <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 23 23 <body> 24 24 <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> 26 26 <div class="sfTMessageContainer sfTAlert"> 27 27 <img alt="page not found" class="sfTMessageIcon" src="<?php echo $path ?>/sf/sf_default/images/icons/tools48.png" height="48" width="48" />