14 lines
587 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="top__menu">
<div class="layer"></div>
<div class="content">
<a href="<?php echo get_home_url() ?>">На главную</a>
<div id='tooltip' data-toggle="tooltip" data-placement="bottom" title="ул. Клемента Готвальда, 6В Этаж 3, помещения 16, 18"><i class="fa fa-map-marker" aria-hidden="true"></i> <span>Подольск</span></div>
</div>
</div>
<?php
if (is_page_template('templates/graduation.php')) {
wp_enqueue_script( 'graduation', get_template_directory_uri( ) . '/assets/js/components/graduation.js');
}
?>