1
0

Various things

This commit is contained in:
2014-05-19 10:35:32 +02:00
parent 35444de5d5
commit 02b5b0e70a
8 changed files with 139 additions and 94 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
$this->breadcrumbs=array(
'Programmes'=>array('index'),
'Programme'=>array('index'),
'Manage',
);
+1 -1
View File
@@ -5,7 +5,7 @@
<?php
$this->breadcrumbs=array(
'Programmes'=>array('index'),
'Programme'=>array('index'),
'Create',
);
+1 -1
View File
@@ -5,7 +5,7 @@
<?php
$this->breadcrumbs=array(
'Programmes',
'Programme',
);
$this->menu=array(
+1 -1
View File
@@ -5,7 +5,7 @@
<?php
$this->breadcrumbs=array(
'Programmes'=>array('index'),
'Programme'=>array('index'),
$model->Name=>array('view','id'=>$model->ID),
'Update',
);
+1 -1
View File
@@ -5,7 +5,7 @@
<?php
$this->breadcrumbs=array(
'Programmes'=>array('index'),
'Programme'=>array('index'),
$model->Name,
);