diff options
-rwxr-xr-x | inc/poche/Poche.class.php | 4 | ||||
-rwxr-xr-x | themes/baggy/css/main.css | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php index deec4226..87c00b78 100755 --- a/inc/poche/Poche.class.php +++ b/inc/poche/Poche.class.php | |||
@@ -750,6 +750,8 @@ class Poche | |||
750 | $currentConfig['theme'] = $_POST['theme']; | 750 | $currentConfig['theme'] = $_POST['theme']; |
751 | 751 | ||
752 | $_SESSION['poche_user']->setConfig($currentConfig); | 752 | $_SESSION['poche_user']->setConfig($currentConfig); |
753 | |||
754 | $this->emptyCache(); | ||
753 | 755 | ||
754 | Tools::redirect('?view=config'); | 756 | Tools::redirect('?view=config'); |
755 | } | 757 | } |
@@ -788,6 +790,8 @@ class Poche | |||
788 | $currentConfig['language'] = $_POST['language']; | 790 | $currentConfig['language'] = $_POST['language']; |
789 | 791 | ||
790 | $_SESSION['poche_user']->setConfig($currentConfig); | 792 | $_SESSION['poche_user']->setConfig($currentConfig); |
793 | |||
794 | $this->emptyCache(); | ||
791 | 795 | ||
792 | Tools::redirect('?view=config'); | 796 | Tools::redirect('?view=config'); |
793 | } | 797 | } |
diff --git a/themes/baggy/css/main.css b/themes/baggy/css/main.css index 0a8d2c7b..fe77a967 100755 --- a/themes/baggy/css/main.css +++ b/themes/baggy/css/main.css | |||
@@ -498,6 +498,7 @@ footer a { | |||
498 | 498 | ||
499 | .pagination { | 499 | .pagination { |
500 | text-align: right; | 500 | text-align: right; |
501 | margin-bottom:50px; | ||
501 | } | 502 | } |
502 | 503 | ||
503 | .nb-results { | 504 | .nb-results { |