This repository has been archived on 2023-11-30. You can view files and clone it, but cannot push or open issues or pull requests.
qdouze-wordpress-theme/components/logo.php

4 lines
164 B
PHP
Raw Normal View History

2018-10-24 14:13:40 +02:00
<section class="container-fluid">
<h1><a href="<?php echo site_url(); ?>"><img src="<?php echo get_template_directory_uri();?>/img/logo.png"></a></h1>
2018-10-24 14:13:40 +02:00
</section>