Created
October 31, 2017 09:14
-
-
Save svparijs/34b43f6530bc40f4963e2f44681dd17f to your computer and use it in GitHub Desktop.
Revisions
-
svparijs created this gist
Oct 31, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,31 @@ SMS < page SMS { newsletter { renderer = RFY.BKWI:SmsMailRender } head { stylesheets.site.templatePath = 'resource://RFY.BKWI/Private/Newsletter/Templates/SMS/Browser.html' javascripts.site.templatePath = 'resource://RFY.BKWI/Private/Newsletter/Templates/SMS/Browser.html' } bodyTag.attributes.class = 'SMS' body { templatePath = 'resource://RFY.BKWI/Private/Newsletter/Templates/SMS/Browser.html' version = ${q(node).property('version')} aboutPage = ${q(node).property('aboutPage')} contactPage = ${q(node).property('contactPage')} subscriptionPage = ${q(node).property('subscriptionPage')} subContent > javascripts.site.templatePath = 'resource://RFY.BKWI/Private/Newsletter/Templates/SMS/Browser.html' } } root.newsletter { renderer = RFY.BKWI:BKWInsiderMailRender } newsletter { renderer = RFY.BKWI:BKWInsiderMailRender }