Skip to content
This repository has been archived by the owner on May 1, 2019. It is now read-only.

Commit

Permalink
Fix: Remove unneeded resources
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Feb 24, 2015
1 parent 1cd1f8e commit 2444a53
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 293 deletions.
293 changes: 0 additions & 293 deletions module/Application/public/css/slide.css

This file was deleted.

Binary file removed module/Application/public/img/tab/Thumbs.db
Binary file not shown.
Binary file removed module/Application/public/img/tab/bg.jpg
Binary file not shown.
Binary file removed module/Application/public/img/tab/bt_close.png
Binary file not shown.
Binary file removed module/Application/public/img/tab/bt_login.png
Binary file not shown.
Binary file removed module/Application/public/img/tab/bt_open.png
Binary file not shown.
Binary file removed module/Application/public/img/tab/bt_register.png
Binary file not shown.
Binary file removed module/Application/public/img/tab/tab_b.png
Binary file not shown.
Binary file removed module/Application/public/img/tab/tab_l.png
Binary file not shown.
Binary file removed module/Application/public/img/tab/tab_m.png
Binary file not shown.
Binary file removed module/Application/public/img/tab/tab_r.png
Binary file not shown.
4 changes: 4 additions & 0 deletions module/Application/view/layout/layout.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@

<?php $this->headLink(['rel' => 'shortcut icon', 'href' => $this->basePath('favicon.ico')]); ?>
<?php $this->headLink()->appendStylesheet($this->basePath('css/bootstrap.min.css')); ?>
<<<<<<< Updated upstream
<?php $this->headLink()->appendStylesheet($this->basePath('css/style.css?201502241620')); ?>
<?php $this->headLink()->appendStylesheet($this->basePath('css/slide.css')); ?>
=======
<?php $this->headLink()->appendStylesheet($this->basePath('css/style.css?201502201415')); ?>
>>>>>>> Stashed changes
<?php $this->headLink()->appendAlternate($this->url('feed'), 'application/rss+xml', 'RSS Feed for ZF2 Modules'); ?>
<?php echo $this->headLink(); ?>
</head>
Expand Down

0 comments on commit 2444a53

Please sign in to comment.