Overhauled page title management
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / paidSubscriptionList.tpl
index ea282297b7019f059de2e6f9a47ddb1c27e39deb..962d1b9f90b2a92d6a14eac749f5906ce9d96ad4 100644 (file)
@@ -1,10 +1,4 @@
-{include file='documentHeader'}
-
-<head>
-       <title>{lang}wcf.user.menu.settings.paidSubscription{/lang} - {lang}wcf.user.menu.settings{/lang} - {PAGE_TITLE|language}</title>
-       
-       {include file='headInclude'}
-       
+{capture assign='headContent'}
        {if PAID_SUBSCRIPTION_ENABLE_TOS_CONFIRMATION}
                <script data-relocate="true">
                        $(function() {
                        </style>
                </noscript>
        {/if}
-</head>
-
-<body id="tpl{$templateName|ucfirst}" data-template="{$templateName}" data-application="{$templateNameApplication}">
+{/capture}
 
 {include file='userMenuSidebar'}
 
 {include file='header'}
 
-<header class="contentHeader">
-       <div class="contentHeaderTitle">
-               <h1 class="contentTitle">{lang}wcf.user.menu.settings.paidSubscription{/lang}</h1>
-       </div>
-       
-       {hascontent}
-               <nav class="contentHeaderNavigation">
-                       <ul>
-                               {content}{event name='contentHeaderNavigation'}{/content}
-                       </ul>
-               </nav>
-       {/hascontent}
-</header>
-
-{include file='userNotice'}
-
 {if $subscriptions|count}
        <section class="section sectionContainerList paidSubscriptionList">
                <header class="sectionHeader">
 </footer>
 
 {include file='footer'}
-
-</body>
-</html>