diff --git a/views/mfe.master.tpl b/views/mfe.master.tpl new file mode 100644 index 0000000..1566ecd --- /dev/null +++ b/views/mfe.master.tpl @@ -0,0 +1,124 @@ + + + + + + + {asset name="Head"} + + + {literal} + + {/literal} + + +{assign +"linkFormat" +"" +} + +{capture name="menu"} + {if $User.SignedIn} + + {else} + {if !$DataDrivenTitleBar} + + {/if} + {/if} + + {if !$DataDrivenTitleBar} + {categories_link format=$linkFormat} + {discussions_link format=$linkFormat} + {custom_menu format=$linkFormat} + {activity_link format=$linkFormat} + + {/if} +{/capture} + +{assign var="SectionGroups" value=(isset($Groups) || isset($Group))} +{assign var="TemplateCss" value=" + {if $User.SignedIn} + UserLoggedIn + {else} + UserLoggedOut + {/if} + + {if inSection('Discussion') and $Page gt 1} + isNotFirstPage + {/if} + + {if inSection('Group') && !isset($Group.Icon)} + noGroupIcon + {/if} + + locale-{$CurrentLocale.Lang} +"} + + + + +
+
+
+
+
+
+
+
+
+
+ +
+ {if inSection("Profile")} +
+
+
+ {module name="UserPhotoModule"} +
+
+
+

+ {$Profile.Name|escape:'html'} +

+ {if isset($Rank)} + {$Rank.Label|escape:'html'} + {/if} +
+
+ {/if} + {asset name="Content"} +
+
+
+
+
+
+
+
+
+
+{event name="AfterBody"} + + +