diff --git a/scp/login.php b/scp/login.php
index 4bb0df8c96902a19a0a67a6fb58e7a2c2afb2f27..0505a9ce8d9d1a3dd099e06daa7600c41c7aa260 100644
--- a/scp/login.php
+++ b/scp/login.php
@@ -19,7 +19,7 @@ if(!defined('INCLUDE_DIR')) die('Fatal Error. Kwaheri!');
 require_once(INCLUDE_DIR.'class.staff.php');
 require_once(INCLUDE_DIR.'class.csrf.php');
 
-$content = Page::lookup(Page::getIdByType('staff-banner'));
+$content = Page::lookup(Page::getIdByType('banner-staff'));
 
 $dest = $_SESSION['_staff']['auth']['dest'];
 $msg = $_SESSION['_staff']['auth']['msg'];