From bbd6d49ee1e8c3822c664e99a66a04ffecc5aa6e Mon Sep 17 00:00:00 2001 From: nbm Date: Mon, 17 Jan 2005 11:26:37 +0000 Subject: [PATCH] Add getPreviousButton() --- presentation/Html.inc | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/presentation/Html.inc b/presentation/Html.inc index 6011473..28bc8a1 100644 --- a/presentation/Html.inc +++ b/presentation/Html.inc @@ -94,6 +94,9 @@ class KTHtml { function getNextButton() { return imgSrc('widgets/next.png'); } + function getPreviousButton() { + return imgSrc('widgets/previous.png'); + } function getBackButton() { return imgSrc('widgets/back.png'); } -- libgit2 0.21.4