Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > Call Custom Macro in master page View modes: 
User avatar
Member
Member
shubhnath-clavax - 10/18/2013 2:43:46 AM
   
Call Custom Macro in master page
Hi ,

Any one suggest how to used custom macro in master page ,

below is my requirement

one link is footer i.e FAQ after click this link check user are authenticate or not according to redirect page.

please suggest any one solutions

User avatar
Member
Member
shubhnath-clavax - 10/18/2013 2:44:29 AM
   
RE:Call Custom Macro in master page
try this

here is Solutions
 <div class="impLinks clearfix">
<a href=<%= Macros.IsPublicShowFAQ()%> class="width">Faq</a>
<a href="<%= Macros.IsPublicShowMailing()%>">JOIN MAILING LIST</a>
</div>