update v1.0.5.1

This commit is contained in:
sujitprasad
2016-01-27 19:46:55 +05:30
parent 366acf316e
commit b1d1ebbbef
699 changed files with 148371 additions and 1404 deletions

View File

@@ -1,6 +1,6 @@
@extends('themes.default1.client.layout.client')
@section('HeadInclude')
<link href="{{asset("lb-faveo/dist/css/AdminLTE.css")}}" rel="stylesheet" type="text/css" />
<link href="{{asset("lb-faveo/css/AdminLTE.css")}}" rel="stylesheet" type="text/css" />
@stop
@section('breadcrumb')

View File

@@ -57,7 +57,7 @@ $category_id = $all->lists('category_id');
<article class="comment-body">
<footer class="comment-meta">
<div class="comment-author">
<img src="{{asset("lb-faveo/dist/img/avatar_1.png")}}" alt="" height="50" width="50" class="avatar" />
<img src="{{asset("lb-faveo/media/images/avatar_1.png")}}" alt="" height="50" width="50" class="avatar" />
<b class="fn"><a href="#" rel="external" class="url">{!! $comment->name !!}</a></b>
</div><!-- .comment-author -->