mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-11-28 16:13:17 +00:00
6 lines
199 B
HTML
6 lines
199 B
HTML
<ul class="menu">
|
|
<!-- Sections -->
|
|
<. let section = &ADMIN_SECTION; .> <. include!("section/index.html"); .> <.
|
|
let section = &SETTINGS_SECTION; .> <. include!("section/index.html"); .>
|
|
</ul>
|