]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/config.php
Missing email template added, updated config and other updated scripts now included
[shipsimu.git] / application / ship-simu / config.php
index 1a71aea51e7c6a882b916188f1eb3d8a7c6c51b2..52e75e3b54e3cbb9a5d847a4c84939bb479a8651 100644 (file)
@@ -217,5 +217,8 @@ $cfg->setConfigEntry('company_class', "ShippingCompany");
 // CFG: COMPANY-DB-WRAPPER-CLASS
 $cfg->setConfigEntry('company_db_wrapper_class', "CompanyDatabaseWrapper");
 
+// CFG EMAIl-TPL-RESEND-LINK
+$cfg->setConfigEntry('email_tpl_resend_link', "text");
+
 // [EOF]
 ?>