Created
November 30, 2012 01:56
-
-
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?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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