Tons of rewrites (SQL queries), surfbar nearly finished (working: surfing with static...
[mailer.git] / inc / modules / member / what-surfbar_start.php
index fcbf2bc4e0587f8d22a86bbfa63038f9348ac630..b90d08d33807f1b9fa565df1f037667e2b3d8d1b 100644 (file)
@@ -51,10 +51,13 @@ $content = array(
 );
 
 // Construct template name
-$templateName = substr(basename(__FILE__), 5, -4)."_".strtolower($_CONFIG['surfbar_pay_model']);
+$templateName = "member_".substr(basename(__FILE__), 5, -4)."_".strtolower($_CONFIG['surfbar_pay_model']);
 
 // Load the template
 LOAD_TEMPLATE($templateName, false, $content);
 
+// Load surfbar link template
+LOAD_TEMPLATE("member_surfbar_link");
+
 //
 ?>