Example #1
0
echo I18n::_('What are sections?');
?>
</div>
					<div class="value value-long">
						<?php 
echo I18n::_('sections_help_text');
?>
					</div>
				</div>
				<div class="entry">
					<div class="caption"><?php 
echo I18n::_('What is the "external link"?');
?>
</div>
					<div class="value value-long">
						<?php 
echo I18n::_('external_link_help_text');
?>
					</div>
				</div>
				<br class="clear" />
				<p>&nbsp; </p>
			</div>
		</div>
	</div>
    <?php 
echo BertaEditor::intercomScript();
?>
</body>
</html>
function smarty_function_intercomScript($params, &$smarty)
{
    return class_exists('BertaEditor') ? BertaEditor::intercomScript() : '';
}