Show
Ignore:
Timestamp:
07/01/08 14:26:13 (5 months ago)
Author:
aarkerio
Message:

User

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/users/register.ctp

    r584 r615  
     1<?php 
     2if ( $session->check('Auth.User') ): 
     3  e($html->para(null, __('You are already a member', true))); 
     4else: 
     5?> 
    16<div style="border-bottom:1px dotted gray;font-size:16pt;color:green;font-weigth:bold;margin-top:15px">Registration form </div> 
    27 
     
    126131} 
    127132</script> 
     133<?php 
     134endif; 
     135?>