Changeset 13
- Timestamp:
- 10/07/07 15:33:42 (11 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/apps/frontend/modules/sfGuardAuth/templates/registerSuccess.php
r6 r13 1 <?php use_helper('Validation', 'I18N' ) ?>1 <?php use_helper('Validation', 'I18N', 'sfSimpleForum') ?> 2 2 3 <div class="sfSimpleForum"> 3 <?php if (sfConfig::get('app_sfSimpleForum_include_breadcrumb', true)): ?> 4 <?php slot('forum_navigation') ?> 5 <?php echo forum_breadcrumb(array( 6 array(sfConfig::get('app_sfSimpleForumPlugin_forum_name', 'Forums'), 'sfSimpleForum/forumList'), 7 __('Register') 8 )) ?> 9 <?php end_slot() ?> 10 <?php endif; ?> 11 4 12 5 13 <h1><?php echo __('Create a new account') ?></h1> … … 49 57 50 58 </form> 51 </div>trunk/apps/frontend/modules/sfGuardAuth/templates/signinSuccess.php
r7 r13 1 <?php use_helper('Validation', 'I18N' ) ?>1 <?php use_helper('Validation', 'I18N', 'sfSimpleForum') ?> 2 2 3 <div class="sfSimpleForum"> 3 <?php if (sfConfig::get('app_sfSimpleForum_include_breadcrumb', true)): ?> 4 <?php slot('forum_navigation') ?> 5 <?php echo forum_breadcrumb(array( 6 array(sfConfig::get('app_sfSimpleForumPlugin_forum_name', 'Forums'), 'sfSimpleForum/forumList'), 7 __('Sign in') 8 )) ?> 9 <?php end_slot() ?> 10 <?php endif; ?> 11 4 12 5 13 <h1><?php echo __('Sign in') ?></h1> … … 57 65 </div> 58 66 </form> 59 </div>
