Created
July 26, 2016 13:24
-
-
Save DevertNet/83a625eb4c98d79193046d571747307f to your computer and use it in GitHub Desktop.
This file contains 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
[globalVar = GP:tx_news_pi1|news > 0] | |
temp.newsTitle = RECORDS | |
temp.newsTitle { | |
source = {GP:tx_news_pi1|news} | |
source.insertData = 1 | |
tables = tx_news_domain_model_news | |
select.languageField = sys_language_uid | |
conf { | |
tx_news_domain_model_news > | |
tx_news_domain_model_news = TEXT | |
tx_news_domain_model_news { | |
field = title | |
} | |
} | |
} | |
lib.pagetitle = COA | |
lib.pagetitle < temp.newsTitle | |
lib.pagetitle.wrap = <h1 class="pagetitle">|</h1> | |
[global] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment