From f9b9f72c1100e0fa152824292a71c928c83c260e Mon Sep 17 00:00:00 2001 From: Awais-cb Date: Mon, 25 Jun 2018 11:57:34 +0500 Subject: [PATCH] Modified:Disabling flagged photos if photos section is disabled --- upload/styles/cb_28/layout/blocks/manage/account_head.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/upload/styles/cb_28/layout/blocks/manage/account_head.html b/upload/styles/cb_28/layout/blocks/manage/account_head.html index 811de1b7..c9099c42 100644 --- a/upload/styles/cb_28/layout/blocks/manage/account_head.html +++ b/upload/styles/cb_28/layout/blocks/manage/account_head.html @@ -119,10 +119,11 @@
  • {lang code="videos"}
  • - + {if $Cbucket->configs['photosSection']==yes}
  • {lang code="photos"}
  • + {/if}
    @@ -145,6 +146,7 @@
    {/section}
    + {if $Cbucket->configs['photosSection']==yes}
    {section name=list loop=$flagedPhotos}
    @@ -165,6 +167,7 @@
    {/section}
    + {/if}