From 1d2176ce82eac98ba3b4da0d861be6e073207b12 Mon Sep 17 00:00:00 2001 From: Angel Ortega Date: Sun, 16 Nov 2008 09:54:58 +0100 Subject: [PATCH] All usages of 'l' have been replaced by 'url'. --- TODO | 1 + templates/artemus/ALL/index_navigator | 4 ++-- templates/artemus/ALL/topic_navigator | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index 6add646..fcdea6e 100644 --- a/TODO +++ b/TODO @@ -22,6 +22,7 @@ Open Bugs * 1041: Gruta::stories_by_date() will fail when using an offset and more than one source (related to #1023). * 1043: Delete template _select_option. + * 1046: Delete template l. Pending Enhancements -------------------- diff --git a/templates/artemus/ALL/index_navigator b/templates/artemus/ALL/index_navigator index 27d89dd..f91475c 100644 --- a/templates/artemus/ALL/index_navigator +++ b/templates/artemus/ALL/index_navigator @@ -1,3 +1,3 @@ -{-if|$1|<<} +{-if|$1|<<}   -{-if|{-stories_by_date|{-cfg_index_topics}|$0|{-add|$1|$0}}|>>} +{-if|{-stories_by_date|{-cfg_index_topics}|$0|{-add|$1|$0}}|>>} diff --git a/templates/artemus/ALL/topic_navigator b/templates/artemus/ALL/topic_navigator index 4ed8969..eae3979 100644 --- a/templates/artemus/ALL/topic_navigator +++ b/templates/artemus/ALL/topic_navigator @@ -1,3 +1,3 @@ -{-if|$2|<<} +{-if|$2|<<}   -{-if|{-stories_by_date|$0|$1|{-add|$2|$1}}|>>} +{-if|{-stories_by_date|$0|$1|{-add|$2|$1}}|>>} -- 2.11.4.GIT