diff --git a/modules/xerte/parent_templates/Nottingham/models/title.rlm b/modules/xerte/parent_templates/Nottingham/models/title.rlm index 1929811d98..68b589fc44 100644 --- a/modules/xerte/parent_templates/Nottingham/models/title.rlm +++ b/modules/xerte/parent_templates/Nottingham/models/title.rlm @@ -1,113 +1 @@ - - ' + pageIcon.templateData.title[projPI] + '

' -if (pageIcon.templateData.title[projPI].titleHAlign != undefined){ - titleStr = '

' + pageIcon.templateData.title[projPI] + '

' -} -if (pageIcon.templateData.title[projPI].titleTextColour != undefined){ - icon.parentNode.getChildByName('text').attributes.textColour = pageIcon.templateData.title[projPI].titleTextColour.split('0x').join('#'); -} - -if (pageIcon.templateData.title[projPI].narration != undefined){ - narration = pageIcon.templateData.title[projPI].narration; - rootIcon.broadcast('showAudio'); -} - -]]>
- - - - - - - - -
+ ' + pageIcon.templateData.title[projPI] + '

'; if (pageIcon.templateData.title[projPI].titleHAlign != undefined){ titleStr = '

' + pageIcon.templateData.title[projPI] + '

'; } if (pageIcon.templateData.title[projPI].titleTextColour != undefined){ icon.parentNode.getChildByName('text').attributes.textColour = pageIcon.templateData.title[projPI].titleTextColour.split('0x').join('#'); } if (pageIcon.templateData.title[projPI].narration != undefined){ narration = pageIcon.templateData.title[projPI].narration; rootIcon.broadcast('showAudio'); } ]]>
\ No newline at end of file