Changeset 615

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

User

Location:
trunk/app
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/config/core.php

    r548 r615  
    1414 * In development mode, you need to click the flash message to continue. 
    1515 */ 
    16     Configure::write('debug', 1); 
     16    Configure::write('debug', 0); 
    1717/** 
    1818 * Application wide charset encoding 
  • 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?>