This repository has been archived on 2024-04-03. You can view files and clone it, but cannot push or open issues or pull requests.
qdouze2-wordpress-theme/sidebar.php

5 lines
200 B
PHP
Raw Permalink Normal View History

<aside class="sidebar" aria-labelledby="title-sidebar">
<h1 class="sr-only" id="title-sidebar">Menu de navigation</h1>
2022-12-17 19:46:29 +01:00
<?php include(TEMPLATEPATH . '/components/sidebar-content.php'); ?>
</aside>