Merge branch 'deployment/production' into 'master'
info_side_allの位置に配置したモジュールがアーカイブページに表示される様に指定 See merge request !17
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -1464,6 +1464,7 @@ if ($this->params->get('logoFile')) { | ... | @@ -1464,6 +1464,7 @@ if ($this->params->get('logoFile')) { |
1464 | JRequest::getInt('Itemid') == 799 || | 1464 | JRequest::getInt('Itemid') == 799 || |
1465 | JRequest::getInt('Itemid') == 575 || | 1465 | JRequest::getInt('Itemid') == 575 || |
1466 | JRequest::getInt('Itemid') == 803 || | 1466 | JRequest::getInt('Itemid') == 803 || |
1467 | JRequest::getInt('Itemid') == 893 || | ||
1467 | $itemid == 871 || | 1468 | $itemid == 871 || |
1468 | JRequest::getInt('catid') == 142 | 1469 | JRequest::getInt('catid') == 142 |
1469 | ) : ?> | 1470 | ) : ?> | ... | ... |
-
Please register or sign in to post a comment