Renamed 'ship-simu' to 'shipsimu' + added 'core' and symlink to core/inc
[shipsimu.git] / application / ship-simu / templates / de / code / confirm_link.ctp
diff --git a/application/ship-simu/templates/de/code/confirm_link.ctp b/application/ship-simu/templates/de/code/confirm_link.ctp
deleted file mode 100644 (file)
index 25f6e67..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-<?php
-// Get helper instance
-$helperInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'direct_login'));
-
-// Set link text
-$helperInstance->addLinkWithTextById('direct_login');
-
-// Flush the content
-$helperInstance->flushContent();
-
-// [EOC]
-?>
-<div id="content_header">
-       Best&auml;tigung Deiner Email-Adresse:
-</div>
-
-<div id="content_body">
-       Hallo <span class="data_username">{?username?}</span>! Du hast heute deine
-       Email-Addresse best&auml;tigt, wodurch alle Spielefunktionen entsperrt
-       worden sind. Viel Spass beim Spielen!
-</div>
-
-<div id="content_footer">
-       {?direct_login?}
-</div>