From 7caefcb42d416e0d74efdb2718823d2911e86205 Mon Sep 17 00:00:00 2001 From: Lester Caine Date: Sat, 16 May 2026 19:01:14 +0100 Subject: Extend Read More popup to blog listing ... --- templates/blog_post_modal_inc.tpl | 32 ++++++++++++++++++++++++++++++++ templates/center_list_blog_posts.tpl | 33 +-------------------------------- templates/view_blog.tpl | 1 + 3 files changed, 34 insertions(+), 32 deletions(-) create mode 100644 templates/blog_post_modal_inc.tpl diff --git a/templates/blog_post_modal_inc.tpl b/templates/blog_post_modal_inc.tpl new file mode 100644 index 0000000..0c19c4b --- /dev/null +++ b/templates/blog_post_modal_inc.tpl @@ -0,0 +1,32 @@ + + diff --git a/templates/center_list_blog_posts.tpl b/templates/center_list_blog_posts.tpl index b456951..e2bd7b8 100755 --- a/templates/center_list_blog_posts.tpl +++ b/templates/center_list_blog_posts.tpl @@ -36,36 +36,5 @@ {*minifind sort_mode=$sort_mode*} - - +{include file="bitpackage:blogs/blog_post_modal_inc.tpl"} {/if} diff --git a/templates/view_blog.tpl b/templates/view_blog.tpl index d03485c..3f9dc00 100755 --- a/templates/view_blog.tpl +++ b/templates/view_blog.tpl @@ -55,3 +55,4 @@ {pagination blog_id=$gContent->mBlogId} {/strip} +{include file="bitpackage:blogs/blog_post_modal_inc.tpl"} -- cgit v1.3