mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
The appearance of each module is integrated into the module.
This commit is contained in:
parent
af7b3c9103
commit
1b97a636ea
BIN
addons/default/visiosoft/advs-module/resources/images/1.png
Normal file
BIN
addons/default/visiosoft/advs-module/resources/images/1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 94 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
@ -23,4 +23,5 @@ return [
|
||||
'link' => "",
|
||||
],
|
||||
'update_category_info' => 'Please update category.',
|
||||
'filter_by_search_msg' => 'Filter By Search.',
|
||||
];
|
||||
|
||||
@ -23,4 +23,5 @@ return [
|
||||
'link' => "",
|
||||
],
|
||||
'update_category_info' => 'Lütfen kategoriyi güncelleyiniz.',
|
||||
'filter_by_search_msg' => 'Aramanızı Daraltın.',
|
||||
];
|
||||
@ -19,7 +19,7 @@
|
||||
<section id="main" class="clearfix details-page">
|
||||
<div class="container">
|
||||
|
||||
{% include "visiosoft.theme.base::partials/messages" %}
|
||||
{% include "theme::partials/messages" %}
|
||||
|
||||
<!-- breadcrumb -->
|
||||
<div class="breadcrumb-section">
|
||||
@ -38,10 +38,10 @@
|
||||
<div class="section slider">
|
||||
<div class="row">
|
||||
|
||||
{% include "visiosoft.theme.base::ad-detail/partials/slider" %}
|
||||
{% include "visiosoft.module.advs::ad-detail/partials/slider" %}
|
||||
|
||||
<div class="col-md-5">
|
||||
{% include "visiosoft.theme.base::ad-detail/partials/detail" %}
|
||||
{% include "visiosoft.module.advs::ad-detail/partials/detail" %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -56,7 +56,7 @@
|
||||
|
||||
|
||||
{% if blocks('ad-item-content-block-area') is null %}
|
||||
{% include "visiosoft.theme.base::ad-detail/partials/content-ad" %}
|
||||
{% include "visiosoft.module.advs::ad-detail/partials/content-ad" %}
|
||||
{% else %}
|
||||
{{ blocks('ad-item-content-block-area') }}
|
||||
{% endif %}
|
||||
@ -95,9 +95,9 @@
|
||||
{{ asset_add("scripts.js", "visiosoft.module.carts::js/quantity.js") }}
|
||||
{% endif %}
|
||||
|
||||
{{ asset_add("scripts.js", "visiosoft.theme.base::js/list-item.js") }}
|
||||
{{ asset_add("scripts.js", "visiosoft.theme.base::js/phoneCounter.js") }}
|
||||
{{ asset_add("scripts.js", "visiosoft.theme.base::js/viewed.js") }}
|
||||
{{ asset_add("scripts.js", "visiosoft.module.advs::js/list-item.js") }}
|
||||
{{ asset_add("scripts.js", "visiosoft.module.advs::js/phoneCounter.js") }}
|
||||
{{ asset_add("scripts.js", "visiosoft.module.advs::js/viewed.js") }}
|
||||
|
||||
{% endblock %}
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
<h2 class="ad-price">
|
||||
<b>{{ adv.price.format() }}</b> {{ adv.currency }}
|
||||
|
||||
{% include "visiosoft.theme.base::ad-detail/partials/author-button" %}
|
||||
{% include "visiosoft.module.advs::ad-detail/partials/author-button" %}
|
||||
|
||||
</h2>
|
||||
|
||||
@ -99,7 +99,7 @@
|
||||
|
||||
<!-- social-links -->
|
||||
<div class="social-links">
|
||||
{% include "visiosoft.theme.base::ad-detail/partials/social" %}
|
||||
{% include "visiosoft.module.advs::ad-detail/partials/social" %}
|
||||
</div>
|
||||
<!-- social-links -->
|
||||
|
||||
@ -7,8 +7,8 @@
|
||||
data-thumbheight="48">
|
||||
{% set advPhoto = '' %}
|
||||
{% if count(adv.files) == 0 %}
|
||||
{% set advPhoto = img('visiosoft.theme.base::images/no-image.png').url %}
|
||||
<a href="{{ image }}"><img src="{{ img('visiosoft.theme.base::images/no-image.png').url }}"></a>
|
||||
{% set advPhoto = img('visiosoft.module.advs::images/no-image.png').url %}
|
||||
<a href="{{ image }}"><img src="{{ img('visiosoft.module.advs::images/no-image.png').url }}"></a>
|
||||
{% else %}
|
||||
{% for image in adv.getViewPhotoUrl %}
|
||||
<a href="{{ image }}"><img src="{{ image }}"></a>
|
||||
@ -5,10 +5,10 @@
|
||||
|
||||
<div class="container">
|
||||
|
||||
{% include "visiosoft.theme.base::partials/messages" %}
|
||||
{% include "theme::partials/messages" %}
|
||||
|
||||
<!-- breadcrumb -->
|
||||
{% include "visiosoft.theme.base::list/partials/breadcrumb" %}
|
||||
{% include "visiosoft.module.advs::list/partials/breadcrumb" %}
|
||||
<!-- breadcrumb -->
|
||||
|
||||
{% block listContent %}
|
||||
@ -16,15 +16,15 @@
|
||||
|
||||
<div class="row">
|
||||
|
||||
{% include "visiosoft.theme.base::list/partials/user-section" %}
|
||||
{% include "visiosoft.module.advs::list/partials/user-section" %}
|
||||
|
||||
<form action="{{ url_route('visiosoft.module.advs::list') }}" method="get">
|
||||
|
||||
{% include "visiosoft.theme.base::list/partials/list-filter" %}
|
||||
{% include "visiosoft.module.advs::list/partials/list-filter" %}
|
||||
|
||||
<div class="col-sm-8 col-md-9">
|
||||
|
||||
{% include "visiosoft.theme.base::list/partials/list-section" %}
|
||||
{% include "visiosoft.module.advs::list/partials/list-section" %}
|
||||
|
||||
|
||||
</div>
|
||||
@ -48,7 +48,7 @@
|
||||
{% include "visiosoft.module.favs::list/favorites-modal" %}
|
||||
{% endif %}
|
||||
|
||||
{{ asset_add("scripts.js", "visiosoft.theme.base::js/list.js") }}
|
||||
{{ asset_add("scripts.js", "visiosoft.module.advs::js/list.js") }}
|
||||
|
||||
{% if entries('advs').isEnabled('comparisons') %}
|
||||
{% include "visiosoft.module.comparisons::comparison" %}
|
||||
@ -1,11 +1,12 @@
|
||||
{% extends "visiosoft.theme.base::list/list" %}
|
||||
{% extends layout('map') %}
|
||||
{% extends "visiosoft.module.advs::list/list" %}
|
||||
{% block listContent %}
|
||||
<div class="category-info">
|
||||
<div class="row">
|
||||
{% include "visiosoft.theme.base::list/partials/list-filter" %}
|
||||
{% include "visiosoft.module.advs::list/partials/list-filter" %}
|
||||
<div class="col-sm-8 col-md-9">
|
||||
<div class="section recommended-ads ">
|
||||
{% include "visiosoft.theme.base::list/partials/display-mode" %}
|
||||
{% include "visiosoft.module.advs::list/partials/display-mode" %}
|
||||
<div class="listMap">
|
||||
<div id="map"></div>
|
||||
</div>
|
||||
@ -22,7 +22,7 @@
|
||||
href="{% if(type == "list") %}{{ url_route('visiosoft.module.advs::list') }}{% else %}{{ url_route('advs_map_list') }}{% endif %}?cat={{ maincat.id }}"> {% if maincat.files[0].path != "" %}
|
||||
<img class="catIcon" src="{{ url('files/' ~ maincat.files[0].path) }}"
|
||||
alt="">{% else %}<img class="catIcon"
|
||||
src="{{ img('visiosoft.theme.base::images/plus-categories.png').url }}"
|
||||
src="{{ img('visiosoft.module.advs::images/plus-categories.png').url }}"
|
||||
alt="">{% endif %}{{ maincat.name }}</a>
|
||||
{% for subcat in subCats %}
|
||||
<ul>
|
||||
@ -49,7 +49,7 @@
|
||||
<div class="panel-heading">
|
||||
<a data-toggle="collapse" data-parent="#accordion" href="#accordion-three">
|
||||
<h4 class="panel-title">
|
||||
{{ trans('visiosoft.theme.base::fields.price.name') }}
|
||||
{{ trans('visiosoft.module.advs::fields.price.name') }}
|
||||
<span class="pull-right"><i class="fa fa-minus"></i></span>
|
||||
</h4>
|
||||
</a>
|
||||
@ -94,7 +94,7 @@
|
||||
<button type="submit" class="btn btn-primary search-filter-button">
|
||||
{{ trans("visiosoft.module.advs::field.search") }}
|
||||
</button>
|
||||
<h5><font color="#333">{{ trans('visiosoft.theme.base::message.filter_by_search_msg') }}</font></h5>
|
||||
<h5><font color="#333">{{ trans('visiosoft.module.advs::message.filter_by_search_msg') }}</font></h5>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -3,10 +3,10 @@
|
||||
<div class="row list-header">
|
||||
|
||||
<div class="col-md-6">
|
||||
{% include "visiosoft.theme.base::list/partials/list-sort-by" %}
|
||||
{% include "visiosoft.module.advs::list/partials/list-sort-by" %}
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
{% include "visiosoft.theme.base::list/partials/display-mode" %}
|
||||
{% include "visiosoft.module.advs::list/partials/display-mode" %}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@ -18,10 +18,10 @@
|
||||
|
||||
<div class="category-tabs"></div>
|
||||
|
||||
{% include "visiosoft.theme.base::list/partials/featured-ads" %}
|
||||
{% include "visiosoft.module.advs::list/partials/featured-ads" %}
|
||||
|
||||
|
||||
{% include "visiosoft.theme.base::list/partials/ads" %}
|
||||
{% include "visiosoft.module.advs::list/partials/ads" %}
|
||||
|
||||
|
||||
<!-- pagination -->
|
||||
@ -9,7 +9,7 @@
|
||||
</div>
|
||||
</div>
|
||||
{% if userProfile.adv_listing_banner.url == '' %}
|
||||
<img src="{{ img('visiosoft.theme.base::images/bg/1.png').url }}">
|
||||
<img src="{{ img('visiosoft.module.advs::images/1.png').url }}">
|
||||
{% else %}
|
||||
<img src="{{ userProfile.adv_listing_banner.url }}">
|
||||
{% endif %}
|
||||
@ -1,14 +1,15 @@
|
||||
{% extends "visiosoft.theme.base::list/list" %}
|
||||
{% extends layout('table') %}
|
||||
{% extends "visiosoft.module.advs::list/list" %}
|
||||
{% block listContent %}
|
||||
|
||||
<div class="category-info">
|
||||
<div class="row">
|
||||
|
||||
{% include "visiosoft.theme.base::list/partials/user-section" %}
|
||||
{% include "visiosoft.module.advs::list/partials/user-section" %}
|
||||
|
||||
<form action="{{ url_route('visiosoft.module.advs::list') }}" method="get">
|
||||
|
||||
{% include "visiosoft.theme.base::list/partials/list-filter" %}
|
||||
{% include "visiosoft.module.advs::list/partials/list-filter" %}
|
||||
|
||||
<div class="col-sm-8 col-md-9">
|
||||
<div class="section recommended-ads">
|
||||
@ -16,10 +17,10 @@
|
||||
<div class="row">
|
||||
|
||||
<div class="col-md-6">
|
||||
{% include "visiosoft.theme.base::list/partials/list-sort-by" %}
|
||||
{% include "visiosoft.module.advs::list/partials/list-sort-by" %}
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
{% include "visiosoft.theme.base::list/partials/display-mode" %}
|
||||
{% include "visiosoft.module.advs::list/partials/display-mode" %}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@ -52,7 +53,7 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{% include "visiosoft.theme.base::list/partials/table-row" %}
|
||||
{% include "visiosoft.module.advs::list/partials/table-row" %}
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
@ -87,6 +88,6 @@
|
||||
|
||||
{% endblock %}
|
||||
{% block customjs %}
|
||||
{{ asset_add("scripts.js", "visiosoft.theme.base::js/list-table.js") }}
|
||||
{% include "visiosoft.theme.base::scroll-modal" %}
|
||||
{{ asset_add("scripts.js", "visiosoft.module.advs::js/list-table.js") }}
|
||||
{% include "theme::scroll-modal" %}
|
||||
{% endblock %}
|
||||
@ -109,6 +109,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
{{ asset_add("scripts.js", "visiosoft.theme.base::js/edit_cats.js") }}
|
||||
{{ asset_style("visiosoft.theme.base::css/edit_category.css") }}
|
||||
{{ asset_add("scripts.js", "visiosoft.module.advs::js/edit_cats.js") }}
|
||||
{{ asset_style("visiosoft.module.advs::css/edit_category.css") }}
|
||||
{% endblock %}
|
||||
@ -1,11 +1,11 @@
|
||||
{% extends layout('new-ad') %}
|
||||
{% extends layout('new-create') %}
|
||||
|
||||
{% block content %}
|
||||
<section id="main" class="clearfix home-default">
|
||||
<div class="container">
|
||||
{% include "visiosoft.theme.base::partials/messages" %}
|
||||
{% include "theme::partials/messages" %}
|
||||
|
||||
{% include "visiosoft.theme.base::new-ad/partials/breadcrumb" %}
|
||||
{% include "visiosoft.module.advs::new-ad/partials/breadcrumb" %}
|
||||
|
||||
<div class="adpost-details">
|
||||
<div class="row">
|
||||
@ -148,6 +148,6 @@
|
||||
</script>
|
||||
<script src="https://maps.googleapis.com/maps/api/js?key={{ setting_value('visiosoft.module.advs::google_map_key') }}&callback="
|
||||
type="text/javascript"></script>
|
||||
{{ asset_add("scripts.js", "visiosoft.theme.base::js/new-create.js") }}
|
||||
{{ asset_add("scripts.js", "visiosoft.theme.base::js/location.js") }}
|
||||
{{ asset_add("scripts.js", "visiosoft.module.advs::js/new-create.js") }}
|
||||
{{ asset_add("scripts.js", "visiosoft.module.advs::js/location.js") }}
|
||||
{% endblock %}
|
||||
@ -3,7 +3,7 @@
|
||||
{% block content %}
|
||||
<section id="main" class="clearfix ad-post-page">
|
||||
<div class="container">
|
||||
{% include "visiosoft.theme.base::new-ad/partials/breadcrumb" %}
|
||||
{% include "visiosoft.module.advs::new-ad/partials/breadcrumb" %}
|
||||
<div id="ad-cat-section">
|
||||
<form action="{{ url_route('visiosoft.module.advs::post_cat') }}" method="post">
|
||||
<div class="row category-tab">
|
||||
@ -119,7 +119,7 @@
|
||||
}
|
||||
|
||||
#main {
|
||||
background-image: {{ img('visiosoft.theme.base::images/bg/main.png').url }} !important;
|
||||
background-image: {{ img('theme::images/bg/main.png').url }} !important;
|
||||
}
|
||||
|
||||
.btn-1 {
|
||||
@ -130,7 +130,7 @@
|
||||
margin-right: 5px;
|
||||
}
|
||||
</style>
|
||||
{{ asset_add("scripts.js", "visiosoft.theme.base::js/cats.js") }}
|
||||
{{ asset_add("scripts.js", "visiosoft.module.advs::js/cats.js") }}
|
||||
|
||||
|
||||
{% endblock %}
|
||||
@ -313,7 +313,7 @@ class AdvModel extends AdvsAdvsEntryModel implements AdvInterface
|
||||
public function AddAdsDefaultCoverImage($ad)
|
||||
{
|
||||
if ($ad->cover_photo == null) {
|
||||
$ad->cover_photo = $this->dispatch(new MakeImageInstance('visiosoft.theme.base::images/no-image-ads.jpg', 'img'))->url();
|
||||
$ad->cover_photo = $this->dispatch(new MakeImageInstance('visiosoft.module.advs::images/no-image.png', 'img'))->url();
|
||||
} else {
|
||||
$ad->cover_photo = url($ad->cover_photo);
|
||||
}
|
||||
@ -324,7 +324,7 @@ class AdvModel extends AdvsAdvsEntryModel implements AdvInterface
|
||||
{
|
||||
$adv = $this->find($id);
|
||||
if ($adv == null or $adv->cover_photo == null) {
|
||||
$cover_photo = $this->dispatch(new MakeImageInstance('visiosoft.theme.base::images/no-image-ads.jpg', 'img'))->url();
|
||||
$cover_photo = $this->dispatch(new MakeImageInstance('visiosoft.module.advs::images/no-image.png', 'img'))->url();
|
||||
} else {
|
||||
$cover_photo = url($adv->cover_photo);
|
||||
}
|
||||
|
||||
@ -21,7 +21,7 @@ class AdvResponse {
|
||||
if (!$adv->getResponse()) {
|
||||
|
||||
$response = $this->response->view(
|
||||
'visiosoft.theme.base::ad-detail/detail',
|
||||
'visiosoft.module.advs::ad-detail/detail',
|
||||
[
|
||||
'adv' => $adv,
|
||||
]
|
||||
|
||||
@ -40,8 +40,8 @@ class AdvsController extends AdminController
|
||||
*/
|
||||
public function index(AdvTableBuilder $table, \Anomaly\UsersModule\User\UserModel $userModel, CityModel $cityModel, CatsCategoryEntryModel $categoryModel)
|
||||
{
|
||||
$table->addAsset("theme.css", "visiosoft.theme.base::css/custom.css");
|
||||
$table->addAsset('script.js', 'visiosoft.theme.base::js/admin-list.js');
|
||||
$table->addAsset("theme.css", "visiosoft.module.advs::css/custom.css");
|
||||
$table->addAsset('script.js', 'visiosoft.module.advs::js/list.js');
|
||||
|
||||
$table->addButtons([
|
||||
'status' => [
|
||||
|
||||
@ -14,6 +14,6 @@ class CategoriesController extends PublicController {
|
||||
->select('advs_advs.*','u1.username as owner', 't1.name as name')
|
||||
->get();
|
||||
|
||||
return $this->view->make('visiosoft.theme.base::list/list', compact('advs'));
|
||||
return $this->view->make('visiosoft.module.advs::list/list', compact('advs'));
|
||||
}
|
||||
}
|
||||
|
||||
@ -220,11 +220,11 @@ class AdvsController extends PublicController
|
||||
$viewType = $this->requestHttp->cookie('viewType');
|
||||
|
||||
if (isset($viewType) and $viewType == 'table')
|
||||
return $this->view->make('visiosoft.theme.base::list/table', $compact);
|
||||
return $this->view->make('visiosoft.module.advs::list/table', $compact);
|
||||
elseif (isset($viewType) and $viewType == 'map')
|
||||
return $this->view->make('visiosoft.theme.base::list/map', $compact);
|
||||
return $this->view->make('visiosoft.module.advs::list/map', $compact);
|
||||
|
||||
return $this->view->make('visiosoft.theme.base::list/list', $compact);
|
||||
return $this->view->make('visiosoft.module.advs::list/list', $compact);
|
||||
}
|
||||
|
||||
public function viewType($type)
|
||||
@ -305,7 +305,7 @@ class AdvsController extends PublicController
|
||||
|
||||
|
||||
if ($adv->created_by_id == isset(auth()->user()->id) OR $adv->status == "approved") {
|
||||
return $this->view->make('visiosoft.theme.base::ad-detail/detail', compact('adv', 'complaints', 'recommended_advs', 'categories', 'features', 'tags', 'profile', 'comments', 'qrSRC'));
|
||||
return $this->view->make('visiosoft.module.advs::ad-detail/detail', compact('adv', 'complaints', 'recommended_advs', 'categories', 'features', 'tags', 'profile', 'comments', 'qrSRC'));
|
||||
} else {
|
||||
return back();
|
||||
}
|
||||
@ -399,7 +399,7 @@ class AdvsController extends PublicController
|
||||
$custom_fields = app('Visiosoft\CustomfieldsModule\Http\Controller\cfController')->create($categories);
|
||||
}
|
||||
//Cloudinary Module
|
||||
return $this->view->make('visiosoft.theme.base::new-ad/new-create', compact(
|
||||
return $this->view->make('visiosoft.module.advs::new-ad/new-create', compact(
|
||||
'request', 'formBuilder', 'cats_d', 'custom_fields'));
|
||||
}
|
||||
|
||||
@ -715,7 +715,7 @@ class AdvsController extends PublicController
|
||||
$custom_fields = app('Visiosoft\CustomfieldsModule\Http\Controller\cfController')->edit($adv, $categories, $cats);
|
||||
}
|
||||
|
||||
return $this->view->make('visiosoft.theme.base::new-ad/new-create', compact('id', 'cats_d', 'request', 'Cloudinary', 'cities', 'adv', 'custom_fields', 'nameField', 'descField'));
|
||||
return $this->view->make('visiosoft.module.advs::new-ad/new-create', compact('id', 'cats_d', 'request', 'Cloudinary', 'cities', 'adv', 'custom_fields', 'nameField', 'descField'));
|
||||
}
|
||||
|
||||
public function destroy($id)
|
||||
@ -772,7 +772,7 @@ class AdvsController extends PublicController
|
||||
}
|
||||
$main_cats = $this->category_repository->mainCats();
|
||||
|
||||
return $this->view->make('visiosoft.theme.base::new-ad/post-cat', compact('main_cats'));
|
||||
return $this->view->make('visiosoft.module.advs::new-ad/post-cat', compact('main_cats'));
|
||||
|
||||
}
|
||||
|
||||
@ -809,7 +809,7 @@ class AdvsController extends PublicController
|
||||
|
||||
$main_cats = $this->category_repository->mainCats();
|
||||
|
||||
return $this->view->make('visiosoft.theme.base::new-ad/edit-cat', compact('main_cats', 'id'));
|
||||
return $this->view->make('visiosoft.module.advs::new-ad/edit-cat', compact('main_cats', 'id'));
|
||||
|
||||
}
|
||||
|
||||
@ -821,7 +821,7 @@ class AdvsController extends PublicController
|
||||
|
||||
$urlPrev = str_replace(url('/'), '', url()->previous());
|
||||
|
||||
return $this->view->make('visiosoft.theme.base::login', compact('urlPrev'));
|
||||
return $this->view->make('theme::login', compact('urlPrev'));
|
||||
}
|
||||
|
||||
public function register()
|
||||
@ -831,7 +831,7 @@ class AdvsController extends PublicController
|
||||
return redirect('/');
|
||||
}
|
||||
|
||||
return $this->view->make('visiosoft.theme.base::register');
|
||||
return $this->view->make('theme::register');
|
||||
}
|
||||
|
||||
public function passwordForgot()
|
||||
@ -840,7 +840,7 @@ class AdvsController extends PublicController
|
||||
return redirect('/');
|
||||
}
|
||||
|
||||
return $this->view->make('visiosoft.theme.base::passwords/forgot');
|
||||
return $this->view->make('theme::passwords/forgot');
|
||||
}
|
||||
|
||||
public function passwordReset(Request $request)
|
||||
@ -849,14 +849,14 @@ class AdvsController extends PublicController
|
||||
return redirect('/');
|
||||
}
|
||||
$code = $request->email;
|
||||
return $this->view->make('visiosoft.theme.base::passwords/reset', compact('code'));
|
||||
return $this->view->make('theme::passwords/reset', compact('code'));
|
||||
}
|
||||
|
||||
public function homePage(CategoryRepositoryInterface $repository)
|
||||
{
|
||||
$cats = $repository->mainCats();
|
||||
|
||||
return $this->view->make('visiosoft.theme.base::addons/anomaly/pages-module/page', compact('cats'));
|
||||
return $this->view->make('theme::addons/anomaly/pages-module/page', compact('cats'));
|
||||
}
|
||||
|
||||
public function map(AdvRepositoryInterface $advRepository,
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
<div class="advertisement">
|
||||
<a href="#"><img src="{{ img('visiosoft.theme.base::images/ads/2.jpg').url }}" alt="Images" class="img-responsive"></a>
|
||||
<a href="#"><img src="{{ img('theme::images/ads/2.jpg').url }}" alt="Images" class="img-responsive"></a>
|
||||
</div>
|
||||
@ -3,7 +3,7 @@
|
||||
<div class="single-cta">
|
||||
<!-- cta-icon -->
|
||||
<div class="cta-icon icon-secure">
|
||||
<img src="{{ img('visiosoft.theme.base::images/icon/13.png').url }}" alt="Icon"
|
||||
<img src="{{ img('theme::images/icon/13.png').url }}" alt="Icon"
|
||||
class="img-responsive">
|
||||
</div><!-- cta-icon -->
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
<div class="single-cta">
|
||||
<!-- cta-icon -->
|
||||
<div class="cta-icon icon-support">
|
||||
<img src="{{ img('visiosoft.theme.base::images/icon/14.png').url }}" alt="Icon"
|
||||
<img src="{{ img('theme::images/icon/14.png').url }}" alt="Icon"
|
||||
class="img-responsive">
|
||||
</div><!-- cta-icon -->
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
<div class="single-cta">
|
||||
<!-- cta-icon -->
|
||||
<div class="cta-icon icon-trading">
|
||||
<img src="{{ img('visiosoft.theme.base::images/icon/15.png').url }}" alt="Icon"
|
||||
<img src="{{ img('theme::images/icon/15.png').url }}" alt="Icon"
|
||||
class="img-responsive">
|
||||
</div><!-- cta-icon -->
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<div class="single-cta">
|
||||
<!-- cta-icon -->
|
||||
<div class="cta-icon icon-secure">
|
||||
<img src="{{ img('visiosoft.theme.base::images/icon/13.png').url }}" alt="Icon"
|
||||
<img src="{{ img('theme::images/icon/13.png').url }}" alt="Icon"
|
||||
class="img-responsive">
|
||||
</div><!-- cta-icon -->
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
<div class="single-cta">
|
||||
<!-- cta-icon -->
|
||||
<div class="cta-icon icon-support">
|
||||
<img src="{{ img('visiosoft.theme.base::images/icon/14.png').url }}" alt="Icon"
|
||||
<img src="{{ img('theme::images/icon/14.png').url }}" alt="Icon"
|
||||
class="img-responsive">
|
||||
</div><!-- cta-icon -->
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
<div class="single-cta">
|
||||
<!-- cta-icon -->
|
||||
<div class="cta-icon icon-trading">
|
||||
<img src="{{ img('visiosoft.theme.base::images/icon/15.png').url }}" alt="Icon"
|
||||
<img src="{{ img('theme::images/icon/15.png').url }}" alt="Icon"
|
||||
class="img-responsive">
|
||||
</div><!-- cta-icon -->
|
||||
|
||||
@ -40,7 +40,7 @@
|
||||
<div class="single-cta">
|
||||
<!-- cta-icon -->
|
||||
<div class="cta-icon icon-trading">
|
||||
<img src="{{ img('visiosoft.theme.base::images/icon/14.png').url }}" alt="Icon"
|
||||
<img src="{{ img('theme::images/icon/14.png').url }}" alt="Icon"
|
||||
class="img-responsive">
|
||||
</div><!-- cta-icon -->
|
||||
<h5>Yardıma mı ihtiyacınız var?</h5>
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
<div class="ad-section text-center">
|
||||
<a href="#"><img src="{{ img('visiosoft.theme.base::images/ads/3.jpg').url }}" alt="Image" class="img-responsive"></a>
|
||||
<a href="#"><img src="{{ img('theme::images/ads/3.jpg').url }}" alt="Image" class="img-responsive"></a>
|
||||
</div>
|
||||
@ -1,3 +1,3 @@
|
||||
<div class="advertisement text-center">
|
||||
<a href="#"><img src="{{ img('visiosoft.theme.base::images/ads/1.jpg').url }}" alt="Images" class="img-responsive"></a>
|
||||
<a href="#"><img src="{{ img('theme::images/ads/1.jpg').url }}" alt="Images" class="img-responsive"></a>
|
||||
</div>
|
||||
@ -30,7 +30,4 @@ return [
|
||||
'content' => [
|
||||
'name' => 'Content',
|
||||
],
|
||||
'price' => [
|
||||
'name' => 'Price'
|
||||
],
|
||||
];
|
||||
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'filter_by_search_msg' => 'Filter By Search.',
|
||||
];
|
||||
return [];
|
||||
|
||||
|
||||
@ -31,7 +31,4 @@ return [
|
||||
'content' => [
|
||||
'name' => 'Açıklama',
|
||||
],
|
||||
'price' => [
|
||||
'name' => 'Fiyat'
|
||||
],
|
||||
];
|
||||
@ -1,5 +1,3 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'filter_by_search_msg' => 'Aramanızı Daraltın.',
|
||||
];
|
||||
return [];
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
<div class="col-md-2 text-center">
|
||||
<img src="
|
||||
{% if(details.getPhoto == null) %}
|
||||
{{ img('theme::images/no-image.png').url }}
|
||||
{{ img('visiosoft.module.advs::images/no-image.png').url }}
|
||||
{% else %}
|
||||
{{ details.getPhoto }}
|
||||
{% endif %}
|
||||
|
||||
@ -76,7 +76,7 @@
|
||||
<div class="col-md-2 text-center">
|
||||
<img src="
|
||||
{% if(detail.getPhoto is null) %}
|
||||
{{ img('theme::images/no-image.png').url }}
|
||||
{{ img('visiosoft.module.advs::images/no-image.png').url }}
|
||||
{% else %}
|
||||
{{ detail.getPhoto }}
|
||||
{% endif %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user