Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
How terminate a template parsing?
Hi all.
I need to terminate a template parsing into a determinated line.
For example:
<txp:output_form form=“head” />
<div id=“body”>
<div id=“about”>
<txp:end_template />
<p>This must not show!</p>
</div>
<hr />
<txp:output_form form=“footer” />
How command i must insert into a end_template function to obtain that the page was printing but only to a row that call this function?
Thanks for ideas!
Offline
Offline
Re: How terminate a template parsing?
no. with this tag i hide a determinated text. but i must close my tag. i need a tag that i must not close!
I think that i wont is not possible.
Offline
#4 2008-11-28 12:19:49
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: How terminate a template parsing?
Maybe it will help if you explain why you want to this?
Offline
Pages: 1