delete Stylesheet- and CssAgent and use static CSS-file instead

This commit is contained in:
coderkun 2014-02-15 11:27:24 +01:00
commit 822eec2459
9 changed files with 2 additions and 216 deletions

View file

@ -1,35 +0,0 @@
<?php
/**
* The Legend of Z
*
* @author Oliver Hanraths <oliver.hanraths@uni-duesseldorf.de>
* @copyright 2014 Heinrich-Heine-Universität Düsseldorf
* @license http://www.gnu.org/licenses/gpl.html
* @link https://bitbucket.org/coderkun/the-legend-of-z
*/
namespace hhu\z\agents\intermediate;
/**
* Agent to show CSS-stylesheets.
*
* @author Oliver Hanraths <oliver.hanraths@uni-duesseldorf.de>
*/
class CssAgent extends \nre\agents\IntermediateAgent
{
/**
* Action: index.
*/
public function index(\nre\core\Request $request, \nre\core\Response $response)
{
}
}
?>