- Timestamp:
- Sep 9, 2010, 12:00:15 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/apps/frontend/modules/citoyen/templates/connectedSuccess.php
r914 r1337 11 11 <?php } else 12 12 { 13 echo '< span id="loggued_top">';13 echo '<div style="padding-top: 7px;"><span id="loggued_top">'; 14 14 if($sf_user->getAttribute('is_active') == true) { 15 15 echo link_to($sf_user->getAttribute('login'),'@citoyen?slug='.$sf_user->getAttribute('slug')).' - '; … … 17 17 echo $sf_user->getAttribute('login').' (e-mail non-validé) - '; 18 18 } 19 echo link_to('Déconnexion','@signout'); echo '</span> ';19 echo link_to('Déconnexion','@signout'); echo '</span></div>'; 20 20 }
Note: See TracChangeset
for help on using the changeset viewer.