mirror of
https://github.com/holo-gfx/mangadex.git
synced 2025-02-17 22:23:06 -05:00
5 lines
240 B
PHP
5 lines
240 B
PHP
<?php if (validate_level($templateVar['user'], 'member')) : ?>
|
|
Stats
|
|
<?php else : ?>
|
|
<div class="alert alert-info text-center"><?= display_fa_icon('info-circle') ?> Please <a href="/login">log in</a> to see the stats.</div>
|
|
<?php endif; ?>
|