Index: branches/version-2_5-dev/data/class/pages/forgot/LC_Page_Forgot.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/forgot/LC_Page_Forgot.php	(revision 19805)
+++ branches/version-2_5-dev/data/class/pages/forgot/LC_Page_Forgot.php	(revision 19824)
@@ -55,4 +55,5 @@
     function init() {
         parent::init();
+        $this->tpl_mainpage = 'forgot/index.tpl';
         $this->tpl_mainno = '';
     }
@@ -176,4 +177,5 @@
             $this->createMobileToken();
         }
+        $this->setTemplate($this->tpl_mainpage);
     }
 
