Thursday 02 June 2005 5:42:23 am
Thank you for the tip.. It worked well except one problem:
Suppose I associated searchLayout.tpl to search.tpl
I should write in the url:
<i>../layout/set/searchLayout/search</i> This worked well, but then what's happening, all relative paths are being preceded by layout/set/searchLayout/
Suppose for example I have a normal uri : <i>/content/view/full/104</i>
when accessing this uri from the searchLayout after using the layout module the uri becomes: <i>../layout/set/searchLayout/search/content/view/full/104</i> Any possible reason for this problem.. 10x.
|