diff options
Diffstat (limited to 'rt/share/html/Articles/Elements/NewestArticles')
-rw-r--r-- | rt/share/html/Articles/Elements/NewestArticles | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rt/share/html/Articles/Elements/NewestArticles b/rt/share/html/Articles/Elements/NewestArticles index 8ceedeca0..02cd389ec 100644 --- a/rt/share/html/Articles/Elements/NewestArticles +++ b/rt/share/html/Articles/Elements/NewestArticles @@ -45,7 +45,7 @@ %# those contributions and any derivatives thereof. %# %# END BPS TAGGED BLOCK }}} -<& /Elements/TitleBoxStart, title => loc("[_1] newest articles", $rows), bodyclass=> '' &> +<& /Widgets/TitleBoxStart, title => loc("[_1] newest articles", $rows), bodyclass=> '' &> <table border="0" cellspacing="0" cellpadding="1" width="100%"> <tr> <th align="right"><&|/l&>#</&></th> @@ -67,7 +67,7 @@ </tr> % } </table> -<& /Elements/TitleBoxEnd &> +<& /Widgets/TitleBoxEnd &> <%INIT> my $rows = 10; my $i; |