Remove unused view
This commit is contained in:
parent
1d6ebd9547
commit
00f3a41458
@ -1,9 +0,0 @@
|
||||
<?php if (!defined('APPLICATION')) exit();
|
||||
/* Copyright 2014 Zachary Doll */
|
||||
|
||||
$TransportType = $this->Data('TransportType');
|
||||
$Filename = $this->Data('TransportPath');
|
||||
|
||||
echo Wrap($this->Title(), 'h1');
|
||||
echo Wrap(Wrap(sprintf(T("Yaga.$TransportType.Success"), $Filename), 'div'), 'div', array('class' => 'Wrap'));
|
||||
echo Wrap(Anchor(T('Yaga.Transport.Return'), 'yaga/settings'), 'div', array('class' => 'Wrap'));
|
Loading…
x
Reference in New Issue
Block a user