> For the complete documentation index, see [llms.txt](https://playground.e107sk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://playground.e107sk.com/e107-aragorn-theme/theme-layouts/layouts/memberdesk.md).

# Memberdesk

Member-area pages; intended for the custom plugins currently in preparation. No `custompages` yet — pages are assigned manually until the plugins land.

## Structure

```html
<aside class="navbar navbar-vertical navbar-expand-sm position-absolute" data-bs-theme="dark">
	<div class="container-fluid">
		{SETSTYLE=card}
		{MENUAREA=100}
	</div>
</aside>
<div class="page-wrapper">
	<div class="page-body">
		<div class="container-xl">
			{SETSTYLE=card}
			{---}
		</div>
	</div>
</div>
```

## Rules specific to this layout

* Vertical dark sidebar on the **left** replaces the horizontal header — the header partial is suppressed (`sc_header` returns `''`).
* The footer uses the reduced variant `footers/footer_small.html` (`sc_footer` switch) — see [Header & footer partials](/e107-aragorn-theme/theme-layouts/header-footer.md).
* Menu area **100** in the sidebar.
