2012-09-28 15:35:31 +00:00
|
|
|
<?php
|
2012-09-28 18:30:16 +00:00
|
|
|
/* @var $this SubscripcionController */
|
2012-09-28 15:35:31 +00:00
|
|
|
|
|
|
|
|
$this->breadcrumbs=array(
|
2012-09-28 18:30:16 +00:00
|
|
|
'Subscripcion'=>array('/subscripcion'),
|
2012-09-28 15:35:31 +00:00
|
|
|
'Update',
|
|
|
|
|
);
|
|
|
|
|
?>
|
|
|
|
|
<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>
|