Hi
I have created my own new layout and using in my homepage successfully.
I am using news module and have some data in summary part and some data in content part...
In my view page i see a link "more" when i click it the data is dispalyed correctly.
Only issue is that the layout that is shown is not the one i have created..
Could you please help me in achieving the following...
when i click "more" link in news module the data is displayed in my new layout in place of other layouts...
New layout
Re: New layout
The call {news} has a parameter "detailpage=" when that is used, the entry clicked using "more" will open in that specific page. That page can have a different template, which is what I think is happening now.
Ronny
Ronny
-
- Forum Members
- Posts: 10
- Joined: Sat Jan 23, 2010 1:40 pm
Re: New layout
:)Thanks...its working now...