Changeset 6120
- Timestamp:
- 11/20/07 13:44:40 (1 year ago)
- Files:
-
- branches/1.0/data/data/exception.php (modified) (2 diffs)
- branches/1.0/data/modules/default/templates/defaultLayout.php (modified) (1 diff)
- branches/1.0/data/modules/default/templates/indexSuccess.php (modified) (1 diff)
- branches/1.0/data/modules/default/templates/moduleSuccess.php (modified) (1 diff)
- branches/1.0/data/web/errors/error500.php (modified) (1 diff)
- branches/1.0/data/web/errors/unavailable.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0/data/data/exception.php
r2369 r6120 36 36 <h2 id="message"><?php echo $message ?></h2> 37 37 <?php if ($error_reference): ?> 38 <p class="error"><a href='http://www.symfony-project. com/errors/<?php echo $error_reference ?>'>learn more about this issue</a></p>38 <p class="error"><a href='http://www.symfony-project.org/errors/<?php echo $error_reference ?>'>learn more about this issue</a></p> 39 39 <?php endif; ?> 40 40 <h2>stack trace</h2> … … 55 55 <p id="footer"> 56 56 symfony v.<?php echo file_get_contents(sfConfig::get('sf_symfony_lib_dir').'/VERSION') ?> - php <?php echo PHP_VERSION ?><br /> 57 for help resolving this issue, please visit <a href="http://www.symfony-project. com/">http://www.symfony-project.com/</a>.57 for help resolving this issue, please visit <a href="http://www.symfony-project.org/">http://www.symfony-project.org/</a>. 58 58 </p> 59 59 </div></center> branches/1.0/data/modules/default/templates/defaultLayout.php
r3310 r6120 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> branches/1.0/data/modules/default/templates/indexSuccess.php
r3313 r6120 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> branches/1.0/data/modules/default/templates/moduleSuccess.php
r3313 r6120 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> branches/1.0/data/web/errors/error500.php
r3488 r6120 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" /> branches/1.0/data/web/errors/unavailable.php
r3488 r6120 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" />