global topbar (#6)
adds a global topbar to the theme Reviewed-on: #6 Reviewed-by: xtul <mpiasecki720@protonmail.com> Co-authored-by: vickydotbat <vickydotbat@tutamail.com> Co-committed-by: vickydotbat <vickydotbat@tutamail.com>
This commit was merged in pull request #6.
This commit is contained in:
@@ -115,11 +115,6 @@ library.defineWidgetAreas = async function (areas) {
|
||||
template: 'global',
|
||||
location: 'sidebar-footer',
|
||||
},
|
||||
{
|
||||
name: 'Brand Header',
|
||||
template: 'global',
|
||||
location: 'brand-header',
|
||||
},
|
||||
{
|
||||
name: 'About me (before)',
|
||||
template: 'account/profile.tpl',
|
||||
@@ -182,4 +177,3 @@ library.filterMiddlewareRenderHeader = async function (hookData) {
|
||||
hookData.templateData.bootswatchSkinOptions = await meta.css.getSkinSwitcherOptions(hookData.req.uid);
|
||||
return hookData;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user