ea7d42210c
* styling for new nav shit * new nav html * Update index_admin.jet.html * remove top margin * Add moderation link * color changes * tomorrow colors * remove useless class * remove further useless styling * remove useless class * Remove useless class again
21 lignes
533 o
HTML
21 lignes
533 o
HTML
{* We extend the base template *}
|
|
{{ extends "partials/base" }}
|
|
{{import "partials/helpers/search"}}
|
|
|
|
{* We apply the menu in the base template *}
|
|
{{ block menu()}}
|
|
{{include "partials/menu/site"}}
|
|
{{end}}
|
|
|
|
{{ block contclass()}}{{end}}
|
|
|
|
{* We add the mod panel title and the title block *}
|
|
{{block titleBase()}} Moderation Panel - {{block title()}}{{end}}
|
|
{{end}}
|
|
|
|
{* We add the mod panel search refine and the body block *}
|
|
{{ block content_body_base()}}
|
|
{{include "partials/menu/admin"}}
|
|
{{ block content_body()}}
|
|
{{end}}
|
|
{{end}}
|