- {{ oViewConf.getHiddenSid()|raw }}
- {{ oViewConf.getNavFormParams() }}
-
-
-
+
-
-
{% endcapture %}
-{% capture append = "oxidBlock_sidebar" %}
- {% include "page/account/inc/account_menu.html.twig" with {active_link: "d3totp"} %}
-{% endcapture %}
{% include "layout/page.html.twig" with {sidebar: "Left"} %}
\ No newline at end of file
diff --git a/views/twig/extensions/themes/default/page/account/dashboard.html.twig b/views/twig/extensions/themes/default/page/account/dashboard.html.twig
index bf09fd2..310167d 100644
--- a/views/twig/extensions/themes/default/page/account/dashboard.html.twig
+++ b/views/twig/extensions/themes/default/page/account/dashboard.html.twig
@@ -1,11 +1,19 @@
-{{ parent() }}
+{% extends "page/account/dashboard.html.twig" %}
-
-
\ No newline at end of file
+{% endblock %}
\ No newline at end of file
diff --git a/views/twig/extensions/themes/default/page/account/inc/account_menu.html.twig b/views/twig/extensions/themes/default/page/account/inc/account_menu.html.twig
index da7092d..5201902 100644
--- a/views/twig/extensions/themes/default/page/account/inc/account_menu.html.twig
+++ b/views/twig/extensions/themes/default/page/account/inc/account_menu.html.twig
@@ -1,4 +1,11 @@
-{{ parent() }}
-
- {{ translate({ ident: "D3_TOTP_ACCOUNT" }) }}
-
\ No newline at end of file
+{% extends "page/account/inc/account_menu.html.twig" %}
+
+{% block account_menu %}
+ {{ parent() }}
+
+ {{ translate({ ident: "D3_TOTP_ACCOUNT" }) }}
+
+{% endblock %}
\ No newline at end of file