X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-surfbar_start.php;h=2308f2a275bd185d2ca3aa3f597b4e7db7ac3870;hp=fcbf2bc4e0587f8d22a86bbfa63038f9348ac630;hb=963e55ca1ea79e255f235e359cde9f7862191dc5;hpb=e8a44f28a734e4796b70a1bc9df353f2466e1846 diff --git a/inc/modules/member/what-surfbar_start.php b/inc/modules/member/what-surfbar_start.php index fcbf2bc4e0..2308f2a275 100644 --- a/inc/modules/member/what-surfbar_start.php +++ b/inc/modules/member/what-surfbar_start.php @@ -1,7 +1,7 @@ TRANSLATE_COMMA($_CONFIG['surfbar_dynamic_percent']) ); -// Construct template name -$templateName = substr(basename(__FILE__), 5, -4)."_".strtolower($_CONFIG['surfbar_pay_model']); - // Load the template -LOAD_TEMPLATE($templateName, false, $content); +LOAD_TEMPLATE("member_surfbar_start_".strtolower($_CONFIG['surfbar_pay_model']), false, $content); + +// Load surfbar link template +LOAD_TEMPLATE("member_surfbar_link"); // ?>