first commit

This commit is contained in:
2025-02-24 22:33:42 +01:00
commit 737c037e85
18358 changed files with 5392983 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<?php
/**
* Template Name: Preset 1
*/
?>
<div class="eael-account-dashboard-wrapper preset-1">
<div class="eael-account-dashboard-body">
<div class="eael-account-dashboard-container">
<?php $this->get_account_dashboard_navbar($current_user); ?>
<?php $this->get_account_dashboard_content($current_user, $is_editor); ?>
</div>
</div>
</div>