# PaRtiZzaN (12.02.2017 / 21:39)Just add full path instead of relative path.
Смайлы выводятся с http:// где исправить?
Examples:
For johncms 7
<link rel="stylesheet" href="' . $config->homeurl . '/styles.css">
<img src="' . $config->homeurl . '/img.png">For 6xx
<link rel="stylesheet" href="' . $home . '/styles.css">
<img src="' . $home . '/img.png">Don't forget to set home url protcol as https://wapex.ru http://wapex.ru through admin panel