15 lines
284 B
PHP
15 lines
284 B
PHP
|
|
<?php
|
||
|
|
/* @var $this EmpresaController */
|
||
|
|
|
||
|
|
$this->breadcrumbs=array(
|
||
|
|
'Empresa'=>array('/empresa'),
|
||
|
|
'Delete',
|
||
|
|
);
|
||
|
|
?>
|
||
|
|
<h1><?php echo $this->id . '/' . $this->action->id; ?></h1>
|
||
|
|
|
||
|
|
<p>
|
||
|
|
You may change the content of this page by modifying
|
||
|
|
the file <tt><?php echo __FILE__; ?></tt>.
|
||
|
|
</p>
|