Show
Ignore:
Timestamp:
07/09/08 19:24:21 (5 months ago)
Author:
aarkerio
Message:

Added image and comments fixed

Files:
1 modified

Legend:

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

    r445 r635  
    11<?php 
    2 echo $html->div('temas','Groups'); 
     2echo $html->div('temas', __('Groups', true)); 
    33 
    4 foreach ($blog['Vclassroom'] as $val)  
    5 { 
    6   echo $html->link($val['name'], '/vclassrooms/show/'.$val['user_id'].'/'. $val['id'], array("class"=>"petit")) . "<br />\n"; 
    7 } 
     4foreach ($blog['Vclassroom'] as $val): 
     5   echo $html->link($val['name'], '/vclassrooms/show/'.$val['user_id'].'/'. $val['id'], array("class"=>"petit")) . "<br />\n"; 
     6endforeach; 
    87?> 
    98