diff --git a/nixtape/themes/2014/templates/user-connections.tpl b/nixtape/themes/2014/templates/user-connections.tpl index 065994e..aabb2b5 100644 --- a/nixtape/themes/2014/templates/user-connections.tpl +++ b/nixtape/themes/2014/templates/user-connections.tpl @@ -1,6 +1,10 @@ {include file='header.tpl' subheader='user-header.tpl'} -

{t}Edit your profile{/t} | {t}Connections to other services{/t}

+{if $https_available} +

{t}Edit your profile{/t} | {t}Connections to other services{/t}

+{else} +

{t}Edit your profile{/t} | {t}Connections to other services{/t}

+{/if} {if isset($errors)}
diff --git a/nixtape/themes/2014/templates/user-edit.tpl b/nixtape/themes/2014/templates/user-edit.tpl index e3710cb..752b7c1 100644 --- a/nixtape/themes/2014/templates/user-edit.tpl +++ b/nixtape/themes/2014/templates/user-edit.tpl @@ -23,7 +23,11 @@
{/if} -
+{if $https_available} + +{else} + +{/if}