Changeset 473

Show
Ignore:
Timestamp:
05/10/08 18:12:13 (8 months ago)
Author:
aarkerio
Message:

Messages to all class

Location:
trunk/app/views
Files:
2 added
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/vclassrooms/show.ctp

    r468 r473  
    11<?php 
    2 //exit(debug($data)); 
    3 echo $javascript->link('fckeditor/fckeditor');  
     2 //exit(debug($data)); 
     3 echo $javascript->link('fckeditor/fckeditor');  
    44 
    5 echo  '<h1>' . $data['Vclassroom']['name']      . '</h1>'; 
     5 echo  '<h1>' . $data['Vclassroom']['name']      . '</h1>'; 
    66   
    7  if ( $belongs === true ) 
    8  {   
     7 if ( $belongs === true ): 
    98     echo  $html->para(null, 'Welcome! <b>'. $cU['User']['username'].'</b>'); 
    109     echo  $html->para(null, '<b>Created:</b> ' . $data['Vclassroom']['created']); 
     
    5958    // empty ajax div 
    6059    echo $ajax->div('setform') . $ajax->divEnd('setform');  
    61   } 
     60  endif; 
    6261 
    6362