mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
theme footer,list and mobile design completed for home page
This commit is contained in:
parent
e806fe736e
commit
f365524f07
@ -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">
|
||||
|
||||
@ -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' => [
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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'
|
||||
],
|
||||
|
||||
|
||||
1
addons/default/visiosoft/sahibinden-theme
Submodule
1
addons/default/visiosoft/sahibinden-theme
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 1b1197523e313f419ee8a1238fa0553e1213add0
|
||||
@ -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 %}
|
||||
@ -87,6 +87,10 @@
|
||||
{
|
||||
"type": "composer",
|
||||
"url": "https://community.pyrocms.com"
|
||||
},
|
||||
{
|
||||
"type": "composer",
|
||||
"url": "https://repo.openclassify.com/satis"
|
||||
}
|
||||
],
|
||||
"autoload": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user