Friday 04 March 2005 5:08:25 am
Hi Bernhard, You can do this using two links with different variable value for every part of your site.
For example. mysite.com/siteaccess/(variable)/value In templates:
{section show=eq($view_parameters.var, 'value')}
display content, include tpl
{section-else}
do something else
{/section}
You can also use two siteaccess. http://ez.no/ez_publish/documentation/incoming/design/designs_and_siteaccesses I hope it will help.
Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog
|