theme footer,list and mobile design completed for home page

This commit is contained in:
vedatakd 2019-12-05 12:50:59 +03:00
parent e806fe736e
commit f365524f07
7 changed files with 14 additions and 4 deletions

View File

@ -1,4 +1,4 @@
<nav aria-label="breadcrumb">
<nav aria-label="breadcrumb" class="d-none d-sm-block">
<ol class="breadcrumb">
<li class="breadcrumb-item">
<a href="{{ url('') }}" class="text-dark">

View File

@ -134,7 +134,7 @@ class AdvsModuleServiceProvider extends AddonServiceProvider
'advs/c/{cat}' => 'Visiosoft\AdvsModule\Http\Controller\CategoriesController@listByCat',
'advs/module_active' => 'Visiosoft\AdvsModule\Http\Controller\advsController@index',
'advs/create_adv' => [
'as' => "create_adv",
'as' => "advs::create_adv",
'uses' => 'Visiosoft\AdvsModule\Http\Controller\advsController@cats',
],
'advs/create_adv/post_cat' => [

View File

@ -2,7 +2,7 @@
<nav class="profile-navigation">
<div class="nav nav-tabs nav-fill" id="nav-tab" role="tablist">
<a class="nav-item nav-link active"
href="{{ url_route('visiosoft.module.profile::profile') }}">{{ trans('visiosoft.module.profile::addon.title') }}</a>
href="{{ url_route('profile::profile') }}">{{ trans('visiosoft.module.profile::addon.title') }}</a>
<a class="nav-item nav-link active"
href="{{ url_route('profile::ads') }}">{{ trans('visiosoft.module.advs::addon.title') }}</a>
<a class="nav-item nav-link active"

View File

@ -90,7 +90,7 @@ class ProfileModuleServiceProvider extends AddonServiceProvider
'profile/edit' => 'Visiosoft\ProfileModule\Http\Controller\MyProfileController@edit',
'profile/update' => 'Visiosoft\ProfileModule\Http\Controller\MyProfileController@update',
'profile' => [
'as' => 'visiosoft.module.profile::profile',
'as' => 'profile::profile',
'uses' => 'Visiosoft\ProfileModule\Http\Controller\MyProfileController@home'
],

@ -0,0 +1 @@
Subproject commit 1b1197523e313f419ee8a1238fa0553e1213add0

View File

@ -0,0 +1,5 @@
{% for locale in locales %}
<a href="#"
onclick="window.location = '?_locale={{ locale.name }}'"> {{ trans('streams::locale.' ~ locale.name ~ '.name') }}
({{ locale.name }})</a>
{% endfor %}

View File

@ -87,6 +87,10 @@
{
"type": "composer",
"url": "https://community.pyrocms.com"
},
{
"type": "composer",
"url": "https://repo.openclassify.com/satis"
}
],
"autoload": {