magento Baseurl from helper function -


I want to get a custom URL from Magna Assistant like this:

   

So what I have done, defines the function getAboutUsUrUl () under local directory in the customer support directory. But this does not return the base URL as I expected

thanks

What to do to get it?

Thanks

You get a cms / page / getPageUrl The accessory should be used and the CMS-Page identifier should be treated as the following example:

  & lt; Action Method = "AdLink" translation = "Label Title" module = "Customer" & gt; & Lt; Label & gt; About us & lt; / Label & gt; & Lt; Url helper = "cms / page / getPageUrl" & gt; & Lt; Page Id & gt; About & lt; / PageId> & Lt; / Url & gt; & Lt; Title & gt; About us & lt; / Title & gt; & Lt; Ready / & gt; & Lt; Status & gt; 1 & lt; / Status & gt; & Lt; / Action & gt;  

Comments