Skip to content

Instantly share code, notes, and snippets.

@makbeta
Created November 30, 2012 01:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save makbeta/4173272 to your computer and use it in GitHub Desktop.
Save makbeta/4173272 to your computer and use it in GitHub Desktop.
Luminate CMS: How do I render content in the wrapper on search or send to friend pages only?
<t:if test="title == 'Search Results' || matches(title, 'Send to Friend:.*')">
<div id="maincol"><h1 class="title">${title}</h1>
</t:if>
<div class="templateComponent" id="body"></div>
<t:if test="title == 'Search Results' || matches(title, 'Send to Friend:.*')">
</div>
</t:if>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment