Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Daniel CAZAL
co2
Commits
eb9d4f61
Commit
eb9d4f61
authored
Apr 09, 2018
by
Kgneo
Browse files
up kgou
parent
e326f693
Changes
3
Hide whitespace changes
Inline
Side-by-side
config/kgougle/params.json
View file @
eb9d4f61
...
...
@@ -18,8 +18,12 @@
"pages"
:
{
"#app.index"
:
{
"redirect"
:
"web"
},
"#app.index"
:
{
"redirect"
:
{
"logged"
:
"search"
,
"unlogged"
:
"welcome"
}
},
"#welcome"
:
{
"inMenu"
:
false
,
...
...
views/app/search.php
View file @
eb9d4f61
...
...
@@ -135,7 +135,7 @@
</div>
<?php
$this
->
renderPartial
(
$layoutPath
.
'modals.'
.
Yii
::
app
()
->
params
[
"CO2DomainName"
]
.
'.pageCreate'
,
array
());
?>
<?php
$this
->
renderPartial
(
$layoutPath
.
'footer
'
,
array
());
?>
<?php
$this
->
renderPartial
(
$layoutPath
.
'footer
.'
.
Yii
::
app
()
->
params
[
"CO2DomainName"
]
,
array
());
?>
<?php
//$this->renderPartial($layoutPath.'footer', array("subdomain"=>$page)); ?>
...
...
views/app/web.php
View file @
eb9d4f61
...
...
@@ -75,7 +75,6 @@
#resUrl
.searchEntity
{
margin-left
:
-48px
!important
;
}
@media
(
min-width
:
1300px
)
{
.subModuleTitle
{
width
:
56%
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment