diff --git a/boot.php b/boot.php index 640fef541..af3cc2494 100644 --- a/boot.php +++ b/boot.php @@ -989,6 +989,12 @@ if(! function_exists('login')) { '$lostpass' => t('Forgot your password?'), '$lostlink' => t('Password Reset'), + '$tostitle' => t('Website Terms of Service'), + '$toslink' => t('terms of service'), + + '$privacytitle' => t('Website Privacy Policy'), + '$privacylink' => t('privacy policy'), + )); call_hooks('login_hook',$o); diff --git a/view/theme/dispy/smarty3/theme_settings.tpl b/view/theme/dispy/smarty3/theme_settings.tpl index 0d2d0de3a..9fcf76b88 100644 --- a/view/theme/dispy/smarty3/theme_settings.tpl +++ b/view/theme/dispy/smarty3/theme_settings.tpl @@ -1,8 +1,8 @@ -{{include file="file:{{$field_select}}" field=$colour}} +{{include file="field_select.tpl" field=$colour}} -{{include file="file:{{$field_select}}" field=$font_size}} +{{include file="field_select.tpl" field=$font_size}} -{{include file="file:{{$field_select}}" field=$line_height}} +{{include file="field_select.tpl" field=$line_height}}
{{if $nav.manage}}- {{$nav.manage.1}}
{{/if}}
{{if $nav.help}} - {{$nav.help.1}}
{{/if}}
@@ -50,7 +50,7 @@