Skip to content

Commit

Permalink
Dev: Don't redirect to non-existent startpage.pstpl file
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Mar 2, 2018
1 parent de048e5 commit fdefb66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/themes/importuploaded_view.php
Expand Up @@ -82,7 +82,7 @@
</ul>
</p>
<p>
<input type='submit' class="btn btn-default btn-lg" value='<?php eT("Open imported template") ?>' onclick="window.open('<?php echo $this->createUrl('admin/themes/sa/view/editfile/startpage.pstpl/screenname/welcome/templatename/' . $newdir) ?>', '_top')" />
<input type='submit' class="btn btn-default btn-lg" value='<?php eT("Open imported template") ?>' onclick="window.open('<?php echo $this->createUrl('admin/themes/sa/view/templatename/' . $newdir) ?>', '_top')" />
</p>
</div>
</div>
Expand Down

0 comments on commit fdefb66

Please sign in to comment.