[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [websites/reservoir/develop] public/themes/neverland: correct logo path and js name
From:       Ingo Malchow <imalchow () kde ! org>
Date:       2014-10-30 22:17:45
Message-ID: E1Xjy2L-0007eY-KT () scm ! kde ! org
[Download RAW message or body]

Git commit 85d55e9d7d2e73e54d5a89fbbf7f0a4ed0fb5253 by Ingo Malchow.
Committed on 30/10/2014 at 22:17.
Pushed by imalchow into branch 'develop'.

correct logo path and js name

M  +1    -1    public/themes/neverland/config.php
M  +1    -1    public/themes/neverland/partials/header.blade.php

http://commits.kde.org/websites/reservoir/85d55e9d7d2e73e54d5a89fbbf7f0a4ed0fb5253

diff --git a/public/themes/neverland/config.php b/public/themes/neverland/config.php
index 6b025c2..d47288a 100644
--- a/public/themes/neverland/config.php
+++ b/public/themes/neverland/config.php
@@ -65,7 +65,7 @@ return array(
             
             // Load script files
             $theme->asset()->container('footer')->usePath()->add('jquery', \
                'js/jquery.js');
-            $theme->asset()->container('footer')->usePath()->add('neverland-js', \
'js/bootstrap-neverland.js'); +            \
$theme->asset()->container('footer')->usePath()->add('neverland-js', \
                'js/neverland.js');
             //$theme->asset()->usePath()->add('jquery-ui', \
'vendor/jqueryui/jquery-ui.min.js', array('jquery'));  
             // Partial composer.
diff --git a/public/themes/neverland/partials/header.blade.php \
b/public/themes/neverland/partials/header.blade.php index 65e02fc..121d8f7 100644
--- a/public/themes/neverland/partials/header.blade.php
+++ b/public/themes/neverland/partials/header.blade.php
@@ -8,7 +8,7 @@
                     <span class="icon-bar"></span>
                     <span class="icon-bar"></span>
                 </button>
-                <a class="navbar-brand" href="#"><img class="logo" \
src="img/logo.new.png" alt="Home" />{{ Theme::get('site_title') }}</a> +              \
<a class="navbar-brand" href="#"><img class="logo" src="{{ \
Theme::asset()->url('img/logo.new.png'); }}" alt="Home" />{{ Theme::get('site_title') \
}}</a>  <div class="nav-pills nav-collapse">
                     <ul class="nav navbar-nav">
                     </ul>


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic