Remove unused view

This commit is contained in:
Zachary Doll 2014-02-10 16:29:26 -06:00
parent 1d6ebd9547
commit 00f3a41458

View File

@ -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'));