X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2Futil_paginator.php;h=b01dd0deba0fc6c1a60d13b2819910fc7efafc84;hb=93d67e0d5939181eb6c57f6141b9f1786d784233;hp=c327a4fcc6c3618360873746ba2b83106a60c700;hpb=4b4abf93a9624311afef0c385023724ee46a2b60;p=squirrelmail.git diff --git a/templates/util_paginator.php b/templates/util_paginator.php index c327a4fc..b01dd0de 100644 --- a/templates/util_paginator.php +++ b/templates/util_paginator.php @@ -6,12 +6,15 @@ * The following functions are utility functions for this template. Do not * echo output in those functions. Output is generated above this comment block * - * @copyright © 2005 The SquirrelMail Project Team + * @copyright © 2005-2006 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail */ +/** Load forms functions, needed for addsubmit(). */ +include_once(SM_PATH . 'functions/forms.php'); + /** * Generate a paginator link. * @@ -348,4 +351,3 @@ function get_paginator_str($box, $iOffset, $iTotal, $iLimit, $bShowAll,$page_sel /* Return our final magical compact paginator string. */ return ($result); } -?> \ No newline at end of file