2021-03-28 20:15:32 +03:00

19 lines
700 B
PHP
Raw Permalink 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">
<button class="top__menu_button">
<a href="<?php echo get_home_url() ?>">На главную</a>
</button>
<button class="top__menu_button">
<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>
</button>
</div>
</div>
<?php
if (is_page_template('templates/graduation.php')) {
wp_enqueue_script( 'graduation', get_template_directory_uri( ) . '/assets/js/components/graduation.js');
}
?>