Index: branches/version-2_5-dev/html/guide/privacy.php
===================================================================
--- branches/version-2_5-dev/html/mobile/guide/privacy.php	(revision 19805)
+++ branches/version-2_5-dev/html/guide/privacy.php	(revision 19811)
@@ -35,5 +35,5 @@
 $objPage = new LC_Page_Guide_Privacy_Ex();
 register_shutdown_function(array($objPage, "destroy"));
-$objPage->mobileInit();
-$objPage->mobileProcess();
+$objPage->init();
+$objPage->process();
 ?>
