Changeset 1561
- Timestamp:
- Oct 3, 2010, 1:03:09 PM (10 years ago)
- Location:
- cpc/trunk/project
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/apps/frontend/modules/citoyen/templates/showSuccess.php
r1458 r1561 18 18 <?php if (!empty($user->url_site)) { 19 19 $url = html_entity_decode(strip_tags($user->url_site), ENT_NOQUOTES, "UTF-8"); 20 echo '<div class="b_c_link"><a href="'.$url.'" >'.$url.'</a></div>';20 echo '<div class="b_c_link"><a href="'.$url.'" rel="nofollow">'.$url.'</a></div>'; 21 21 } ?> 22 22 </div> -
cpc/trunk/project/web/css/xneth/style.css
r1560 r1561 508 508 .b_c_link { 509 509 vertical-align: bottom; 510 text-align: center;510 text-align: left; 511 511 text-decoration: none; 512 512 }
Note: See TracChangeset
for help on using the changeset viewer.