fix export, web_path was not set correctly
[phpfspot.git] / themes / default / templates / export.tpl
index 7f6f2de9ec0a00a3368ce4dbb08a2cf042cf84ad..d7443de0371291d3505adcf30c017c2b114356f7 100644 (file)
@@ -1,7 +1,7 @@
 {include file="header.tpl"}
  <body>
   <div id="frame">
-  <form action="javascript:#" onsubmit="setViewMode(document.getElementsByName('format')[0].options[document.getElementsByName('format')[0].selectedIndex].value); return false;">
+  <form action="javascript:#" onsubmit="setViewMode('{$web_path}', document.getElementsByName('format')[0].options[document.getElementsByName('format')[0].selectedIndex].value); return false;">
    <select name="format">
     <option value="HTML">HTML</option>
     <option value="MoinMoin">MoinMoin Wiki</option>