Skip to content

Commit

Permalink
2.52.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Jul 16, 2019
1 parent fe5e143 commit 1c34f58
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/code/local/Df/Client/Model/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ protected function createUri() {
$result->setPort(811);
}
else {
$result->setHost('server.magento-pro.ru');
$result->setHost('server.magento-forum.ru');
}
$result->setPath('/df-server/');
return $result;
Expand Down
2 changes: 1 addition & 1 deletion app/code/local/Df/Core/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</Df_Core>
</modules>
<df>
<version>2.52.1</version>
<version>2.52.2</version>
<jquery>
<core>
<cdn>//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js</cdn>
Expand Down
2 changes: 1 addition & 1 deletion app/code/local/Df/Core/lib/fp/licensor.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function df_is_it_my_local_pc() {
/** @return bool */
function df_is_it_my_sever() {
return
('server.magento-pro.ru' === Mage::app()->getRequest()->getHttpHost())
('server.magento-forum.ru' === Mage::app()->getRequest()->getHttpHost())
&&
('5.9.188.84' === df_a($_SERVER, 'SERVER_ADDR'))
;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ protected function retrieveTimeAsString() {
$httpClient = new Zend_Http_Client();
/** @var Zend_Uri_Http $uri */
$uri = Zend_Uri::factory('http');
$uri->setHost('server.magento-pro.ru');
$uri->setHost('server.magento-forum.ru');
$uri->setPath('/time.php');
$httpClient
->setHeaders(array(
Expand Down
4 changes: 2 additions & 2 deletions js/df/css/compiled/themes.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
*/
/** Правила из themes.css будут обрабатываться браузером до других файлов CSS */
body.df-theme-gala-titanshop .hnav .menu-item-depth-0.label-hot:before {
/*background: url("http://static.magento-pro.ru/themes/gala/titanshop/images/label-hot.png") 0 0 no-repeat !important;*/
background: url("../../images/themes/gala/titanshop/label-hot.png") 0 0 no-repeat !important; }
background: url("../../images/themes/gala/titanshop/label-hot.png") 0 0 no-repeat !important;
}
1 change: 0 additions & 1 deletion js/df/css/source/themes/gala/_titanshop.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
body.df-theme-gala-titanshop {
.hnav .menu-item-depth-0.label-hot:before {
/*background: url("http://static.magento-pro.ru/themes/gala/titanshop/images/label-hot.png") 0 0 no-repeat !important;*/
background: url("../../images/themes/gala/titanshop/label-hot.png") 0 0 no-repeat !important;
}
}

0 comments on commit 1c34f58

Please sign in to comment.