updating list of translators. adding spacing between languages for better
[squirrelmail.git] / templates / default / paginator.tpl
index c79e15bdff45e2def40c731a5dab72d67fb7b29b..cdded5f4a7cd05afbe654de00db86ba0fab3ac6b 100644 (file)
@@ -3,16 +3,17 @@
 /**
  * paginator.tpl
  *
- * Copyright (c) 1999-2004 The SquirrelMail Project Team
+ * Copyright (c) 1999-2005 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Template and utility functions to create a paginator
  *
  * @version $Id$
  * @package squirrelmail
+ * @subpackage templates
  */
 
+/** include functions */
 include_once(SM_PATH.'templates/util_paginator.php');
 
 static $bScriptAdded;
@@ -43,4 +44,4 @@ if ($javascript_on && $compact_paginator &&!isset($bScriptAdded)) {
     }
     // display the paginator string.
     echo $sPaginator;
-
+?>
\ No newline at end of file