17 lines
458 B
PHP
Vendored
17 lines
458 B
PHP
Vendored
<?php
|
|
// Making sure the file is included and not accessed directly.
|
|
if(basename(__FILE__) == basename($_SERVER["SCRIPT_FILENAME"])) {
|
|
header('HTTP/1.1 403 Forbidden'); die();
|
|
}
|
|
?>
|
|
|
|
<a id="lists-composed"></a>
|
|
<div class="p-xs b r-s bkgd-grid mt-m">
|
|
<h2 class="t-w-500 t-size-14">Composed Lists
|
|
<i class="fa-solid fa-ellipsis f-right"></i></h2>
|
|
</div>
|
|
<section class="p-s">
|
|
<h3 class="t-w-500 t-size-12 my-s">Blank lists</h3>
|
|
|
|
</section>
|