Skip to content

Commit

Permalink
added breadcrumb backend skins
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 committed Jan 30, 2013
1 parent fe2f489 commit c4ca933
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions views/skins/TbBreadcrumbs.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php

return array(
'default' => array(
'homeLink' => CHtml::link("Backend",Yii::app()->controller->createUrl('/p3admin'))
)
);

?>

0 comments on commit c4ca933

Please sign in to comment.