Show
Ignore:
Timestamp:
05/16/08 01:20:37 (7 months ago)
Author:
aarkerio
Message:

Message interfase

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/layouts/portal.ctp

    r489 r494  
    4040                                                                                  array('alt'=>'Messages', 'title'=>'Messages')),  
    4141                                                                          '/messages/listing', null, null, false) . ' | '; 
     42 
    4243   endif; 
    43  
    4444 
    4545 else: 
     
    6363    <!-- end content --> 
    6464    <div id="sidebar"> 
    65 <?php  
    66      
     65<?php 
    6766   echo $this->renderElement('menu_b'); 
     67    
     68   // if student logged in, show groups 
     69   if ( isset($cU['User']) && $cU['User']['group_id'] == 3 && $Element['Vclassrooms'] != false): 
     70           echo $this->renderElement('studentclass', $Element['Vclassrooms']); 
     71   endif;     
     72 
    6873   
    6974   if ( isset( $cU['User']['id']) )