Contact Widget


Notice: Undefined variable: params in /home/rogerlov/public_html/blog/skins/print/index.main.php on line 63

Warning: array_merge(): Expected parameter 2 to be an array, null given in /home/rogerlov/public_html/blog/skins/print/index.main.php on line 63

Notice: Trying to access array offset on value of type null in /home/rogerlov/public_html/blog/skins/print/index.main.php on line 70

Notice: Trying to access array offset on value of type null in /home/rogerlov/public_html/blog/skins/print/index.main.php on line 80

Notice: Trying to access array offset on value of type null in /home/rogerlov/public_html/blog/skins/print/index.main.php on line 85

Notice: Trying to access array offset on value of type null in /home/rogerlov/public_html/blog/skins/print/index.main.php on line 91

Notice: Trying to access array offset on value of type null in /home/rogerlov/public_html/blog/skins/print/index.main.php on line 93

To get this to work, the one in the header I had to modify [/skins/elf_zen/_contact_msg.form.php] as there were two error messages than read
Notice: Undefined variable: samedomain_htsrv_url in /home/calstock/public_html/skins/elf_zen/_contact_msg.form.php on line 35 and on line 65

Line 35
was: $submit_url = $samedomain_htsrv_url.'message_send.php';
now: $submit_url = '/htsrv/message_send.php';

Line 65
was: . . . ($redirect_to, $samedomain_htsrv_url) );
now: . . . ($redirect_to, '/htsrv') );