From df9aac5b6406bf192f2e4e0987e25d0de88480df Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Thu, 5 Nov 2020 18:16:52 +0100 Subject: Tags separator: vintage theme compatibility --- tpl/vintage/includes.html | 4 ++-- tpl/vintage/linklist.html | 2 +- tpl/vintage/page.footer.html | 6 ++++-- 3 files changed, 7 insertions(+), 5 deletions(-) (limited to 'tpl') diff --git a/tpl/vintage/includes.html b/tpl/vintage/includes.html index eac05701..2ce9da42 100644 --- a/tpl/vintage/includes.html +++ b/tpl/vintage/includes.html @@ -5,13 +5,13 @@ - + {if="$formatter==='markdown'"} {/if} {loop="$plugins_includes.css_files"} - + {/loop} {if="is_file('data/user.css')"}{/if} {$search_term} {/if} {if="!empty($search_tags)"} - {$exploded_tags=explode(' ', $search_tags)} + {$exploded_tags=tags_str2array($search_tags, $tags_separator)} tagged {loop="$exploded_tags"} diff --git a/tpl/vintage/page.footer.html b/tpl/vintage/page.footer.html index 0fe4c736..be709aeb 100644 --- a/tpl/vintage/page.footer.html +++ b/tpl/vintage/page.footer.html @@ -23,8 +23,6 @@ {/if} - - {if="$is_logged_in"} {/if} @@ -34,3 +32,7 @@ {/loop} + + + + -- cgit v1.2.3