&get_fonts; open(TL,"$path_to_lang/$thislang/inline_link.txt"); while(){push(@LaNg,$_)} &exec_lang; if($demo_mode){ $demo_note=qq~alert("DEMO NOTE\\n\\nClick the link you've created to see the image.\\n\\nIn Full Page Edit mode you can not click the image\\nto make it disappear (display:none canot be set on\\nan absolute positioned image in the editor - saving a \\npage resets the display property to none)")~; } print "Content-type: text/html\n\n"; open(IL,"$htm/inline_link.txt"); while(){ s/\$(\w+)/${$1}/eg; print } 1;