This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.showcase_item__3 h3 { | |
text-transform: none; | |
font-size: 60px; | |
color: #b5003e; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.showcase_item__3 h3 { | |
text-transform: none; | |
font-size: 60px; | |
color: #3c3c3c; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.gallery-item .btn { | |
background: none; | |
box-shadow: none; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--<div class="more_wrapper"> | |
<div class="vert-align"> | |
<a class="btn btn-info item_more" href="<?php echo $link; ?>"><span> | |
<?php if (!$params->get('access-view')) : | |
echo JText::_('COM_CONTENT_REGISTER_TO_READ_MORE'); | |
elseif ($readmore = $this->item->alternative_readmore) : | |
echo $readmore; | |
if ($params->get('show_readmore_title', 0) != 0) : | |
echo JHtml::_('string.truncate', ($this->item->title), $params->get('readmore_limit')); | |
endif; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a class="btn btn-info item_more" href="<?php echo $link; ?>"><img src="<?php echo JURI::base().htmlspecialchars($images->image_intro); ?>" alt="<?php echo htmlspecialchars($images->image_intro_alt); ?>"> </a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<img src="<?php echo JURI::base().htmlspecialchars($images->image_intro); ?>" alt="<?php echo htmlspecialchars($images->image_intro_alt); ?>"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Sync menutype for admin menu and set client_id correct | |
UPDATE `#_menu` SET `menutype` = 'main', `client_id` = 1 WHERE `menutype` = 'main' OR `menutype` = 'menu'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h4>Ищете надежного хостинг провайдера? Мы рекомендуем SiteGround!</h4> | |
<p style="text-align:center;"> | |
<a target="_blank" href="https://goo.gl/VyS3yQ"><img src="https://www.templatemonster.com/help/wp-content/uploads/2018/01/SG_banner.png" alt="SiteGround Hosting"> | |
</a> | |
</p> | |
<h5 style="text-align:center;"><strong>Платформа с высокой производительностью, подходящая для проектов любой величины</strong></h5> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
include_once ('includes/includes.php'); | |
require_once ('includes/Mobile_Detect.php'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
include_once (‘includes’ . DS . ‘includes.php’); | |
require_once ‘includes’ . DS . ‘Mobile_Detect.php’; |
NewerOlder