diff options
Diffstat (limited to 'template/help.st')
| -rw-r--r-- | template/help.st | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/template/help.st b/template/help.st index 9f78094..aa10652 100644 --- a/template/help.st +++ b/template/help.st @@ -25,6 +25,7 @@ jQuery(function() background-position:1 10; background-attachment:fixed;" onload=" javascript:CreateDropdownWindow('dump.fm', '360px', true, 'news', 30, 115); + javascript:CreateDropdownWindow('frequently asked questions', '520px', true, 'archive', 440, 60); @@ -43,12 +44,12 @@ background-attachment:fixed;" onload=" <a href="mailto:info@dump.fm"> info@dump.fm</a> </center><br></div></h5> </div></div> - + <div style="display:none;"id="archive"> <div style="padding:0px" id="content" name="content"> - <iframe src="/static/help.html" style="overflow-x:hidden; padding:5;background-image:url(/static/img/hearts.gif);background-repeat:repeat;" width="510px" height="500px"></iframe> + <iframe src="/static/html/help.html" style="overflow-x:hidden; padding:5;background-image:url(/static/img/hearts.gif);background-repeat:repeat;" width="510px" height="500px"name="iframe"></iframe> </div> </div> <div style="display:none;"id="link"> |
