From 3669267901ecdda55aa69f883a7fdea448ef8731 Mon Sep 17 00:00:00 2001 From: lsces Date: Fri, 29 Aug 2025 08:29:14 +0100 Subject: Can now see the little niggles and pick them off. Not sure why Print was hidden and PHP8.4 needs everything defined which adding missing defaults helps with. Probably need to sort that at the 'template' level but that will come. --- templates/view_blog_post.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/view_blog_post.tpl b/templates/view_blog_post.tpl index 0390fa0..fb28446 100755 --- a/templates/view_blog_post.tpl +++ b/templates/view_blog_post.tpl @@ -31,13 +31,13 @@ {booticon iname="icon-paperclip" ipackage="icons" iexplain="Crosspost"} {/if} - {booticon iname="icon-print" ipackage="icons" iexplain="Print"} + {booticon iname="icon-print" ipackage="icons" iexplain="Print"} {if $gBitUser->hasPermission('p_blogs_send_post')} {booticon iname="icon-envelope" ipackage="icons" iexplain="Email This Post"} {/if} {if $gContent->hasUpdatePermission()} - {booticon iname="icon-edit" ipackage="icons" iexplain="edit"} + {booticon iname="icon-edit" ipackage="icons" iexplain="edit"} {/if} {if $gContent->hasUserPermission( 'p_blogs_admin' )} {booticon iname="icon-trash" ipackage="icons" iexplain="delete"} -- cgit v1.3