Skip to content

Commit

Permalink
Changing the images paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Araujo committed Feb 2, 2013
1 parent 1cb4257 commit 8e62f0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion module/Application/view/layout/layout.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<?php echo $this->headMeta()->appendName('viewport', 'width=device-width, initial-scale=1.0') ?>

<!-- Le styles -->
<?php echo $this->headLink(array('rel' => 'shortcut icon', 'type' => 'image/vnd.microsoft.icon', 'href' => $this->basePath() . '/images/favicon.ico'))
<?php echo $this->headLink(array('rel' => 'shortcut icon', 'type' => 'image/vnd.microsoft.icon', 'href' => $this->basePath() . '/img/favicon.ico'))
->prependStylesheet($this->basePath() . '/css/bootstrap-responsive.min.css')
->prependStylesheet($this->basePath() . '/css/style.css')
->prependStylesheet($this->basePath() . '/css/bootstrap.min.css') ?>
Expand Down
2 changes: 1 addition & 1 deletion public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ body {
}

div.container a.brand {
background: url("../images/zf2-logo.png") no-repeat scroll 0 10px transparent;
background: url("../img/zf2-logo.png") no-repeat scroll 0 10px transparent;
margin-left: 0;
padding: 8px 20px 12px 40px;
}

0 comments on commit 8e62f0a

Please sign in to comment.