Skip to content
Snippets Groups Projects
Commit eb9d4f61 authored by Kgneo's avatar Kgneo
Browse files

up kgou

parent e326f693
No related branches found
Tags v2.8
No related merge requests found
......@@ -18,8 +18,12 @@
"pages" :
{
"#app.index":
{"redirect":"web"},
"#app.index": {
"redirect": {
"logged":"search",
"unlogged":"welcome"
}
},
"#welcome": {
"inMenu" : false,
......
......@@ -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)); ?>
......
......@@ -75,7 +75,6 @@
#resUrl .searchEntity{
margin-left:-48px !important;
}
@media (min-width: 1300px) {
.subModuleTitle{
width: 56%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment