Skip to content

Commit

Permalink
Dev: remove test part
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Jul 30, 2013
1 parent 92addac commit 39590c9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -65,7 +65,7 @@ function copyprompt(text, defvalue, copydirectory, action)
} ?>
<?php if(is_writable($tempdir) && is_writable($usertemplaterootdir))
{?>
<?php if (function_exists("zip_open") && false) {?>
<?php if (function_exists("zip_open")) {?>
<a href='#' onclick='javascript:window.open("<?php echo $this->createUrl('admin/templates/sa/upload'); ?>", "_top")'>
<img src='<?php echo $sImageURL; ?>import.png' alt='<?php $clang->eT("Import template"); ?>' title='' /></a>
<?php }else{ ?>
Expand Down

0 comments on commit 39590c9

Please sign in to comment.