From d57231529b20f74d67ee491b4c77cebebef86366 Mon Sep 17 00:00:00 2001 From: Christian Fowler Date: Wed, 10 Feb 2010 19:33:06 +0000 Subject: update javascript to use BitBase namespace --- templates/board_cat.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/board_cat.tpl b/templates/board_cat.tpl index a131cb5..e9ee0cb 100644 --- a/templates/board_cat.tpl +++ b/templates/board_cat.tpl @@ -1,9 +1,9 @@ {strip}
{if $child.data.title} - {$child.data.title|escape} + {$child.data.title|escape} {elseif $gBitSystem->isPackageActive('pigeonholes') && count($ns) > 1} - {tr}Uncategorized{/tr} + {tr}Uncategorized{/tr} {/if}
{if count($child.members) > 0} -- cgit v1.3