Created
March 7, 2018 08:33
-
-
Save CB9TOIIIA/de2810467320ad07fe11d5e3667181fe to your computer and use it in GitHub Desktop.
Спецпредложения или ждун каждый месяц
This file contains hidden or 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
<?php | |
$months = array( 1 => 'Январь' , 'Февраль' , 'Март' , 'Апрель' , 'Май' , 'Июнь' , 'Июль' , 'Август' , 'Сентябрь' , 'Октябрь' , 'Ноябрь' , 'Декабрь' ); | |
echo "<span class='bigvmdva'>Внимание! </span> <br> <h3> Весь <span style='color:red;'>". mb_strtolower($months[date( 'n' )]) ."</span> спецпредложения! </h3>"; | |
echo "<p>Оставляйте заявку онлайн или звоните по нашим телефонам: </p>"; | |
echo '<div class="bigtelmasterdva">TEXT</div>'; | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment