Advertisement
Guest User

view.php

a guest
Sep 12th, 2012
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.31 KB | None | 0 0
  1. <?php
  2.     $this->breadcrumbs=array(
  3.             'Gráficos'=>array('index'),
  4.             $model->paineis->pai_nome.' ('.$model->paineis->projetos->pro_nome.')',        
  5.     ); 
  6. ?>
  7.  
  8. <h1><?php echo $model->paineis->projetos->pro_nome; ?></h1>
  9.  
  10. <?php echo CHtml::image($this->createAbsoluteUrl('graficos/grafico/'.$model->res_painel_fk)); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement