From 741e9c39351fc74b8e7b1a5cb278d9792b7e1704 Mon Sep 17 00:00:00 2001 From: dignajar Date: Wed, 20 Jan 2016 23:18:02 -0300 Subject: [PATCH] Improves on Paginator --- bl-kernel/helpers/paginator.class.php | 4 ++-- index.php | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/bl-kernel/helpers/paginator.class.php b/bl-kernel/helpers/paginator.class.php index daf617e5..645a0304 100644 --- a/bl-kernel/helpers/paginator.class.php +++ b/bl-kernel/helpers/paginator.class.php @@ -72,7 +72,7 @@ class Paginator { } $html .= '
  • '; - $html .= ''.$textPrevPage.''; + $html .= ''.$textPrevPage.''; $html .= '
  • '; } @@ -87,7 +87,7 @@ class Paginator { } $html .= '
  • '; - $html .= ''.$textNextPage.''; + $html .= ''.$textNextPage.''; $html .= '
  • '; } diff --git a/index.php b/index.php index 4d7df468..1be0dbf9 100644 --- a/index.php +++ b/index.php @@ -38,5 +38,3 @@ if($Url->whereAmI()==='admin') { else { require(PATH_BOOT.'site.php'); } - -var_dump($Url);exit;