Index: branches/version-2_5-dev/data/plugin/bingo/SC_Plugin_bingo.php
===================================================================
--- branches/version-2_5-dev/data/plugin/bingo/SC_Plugin_bingo.php	(revision 19670)
+++ branches/version-2_5-dev/data/plugin/bingo/SC_Plugin_bingo.php	(revision 19802)
@@ -75,7 +75,7 @@
                 if ($is_bingo) {
                     if (SC_Utils_Ex::sfIsMobileSite()) {
-                        $objPage->tpl_mainpage = DATA_PATH . 'plugin/' . $this->plugin_name . '/templates/mobile/shopping/complete.tpl';
+                        $objPage->tpl_mainpage = DATA_FILE_PATH . 'plugin/' . $this->plugin_name . '/templates/mobile/shopping/complete.tpl';
                     } else {
-                        $objPage->tpl_mainpage = DATA_PATH . 'plugin/' . $this->plugin_name . '/templates/shopping/complete.tpl';
+                        $objPage->tpl_mainpage = DATA_FILE_PATH . 'plugin/' . $this->plugin_name . '/templates/shopping/complete.tpl';
                     }
                 }
