Re: Content Area Extract
Dave Taylor <[email protected]>
| Newsgroups | gmane.comp.cms.xaraya.user |
|---|---|
| Organization | Phatcom.net, LLC |
| Message-ID | <[email protected]> |
linoj wrote:
> another way is to replace the module page from within the article
> display template, by calling xarTplSetPageTemplateName('popup')
> (file mytheme/pages/popup.xt)
>
> linoj
>
>
Do you need to use the xarTplSetPageTemplateName('popup') function? I
thought you can perform the same action by adding '&pageName=popup' to
the URL and it will automatically use the popup.xt file. To be
specific, Wayne would create a popup.xt file with the HTML he wants
displayed and to use it you would use the URL
http://www.mysite.com/index.php?module=mymodule&func=view&pageName=popup.
Dave