Skip to content

Commit

Permalink
Agregado el link de registar alumno
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Chavez committed Apr 15, 2012
1 parent fc089bf commit 4be7e76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion protected/views/layouts/menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
if(!isset(Yii::app()->user->rol)){
array_push($menu,
array("url"=> array( "route" => "site/page?view=about"), "label"=>"Acerca de DCV"),
array("url"=>array( "route" => "site/contact"), "label"=>"Contacto")
array("url"=>array( "route" => "site/contact"), "label"=>"Contacto"),
array("url"=>array( "route" => "alumno/crearexalumno"), "label"=>"Registar Exalumno")
);
}
else if(Yii::app()->user->rol == 'Admin' || Yii::app()->user->rol == 'Director') {
Expand Down

0 comments on commit 4be7e76

Please sign in to comment.