Skip to content
Snippets Groups Projects
Commit c773d071 authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #506 from owncloud/fix_505

refs #505 - defining publicListView based on template parameter
parents d4ec77e0 2af7ac78
Branches
No related tags found
No related merge requests found
<script type="text/javascript">
<?php if ( array_key_exists('publicListView', $_) && $_['publicListView'] == true ) {
echo "var publicListView = true;";
} else {
echo "var publicListView = false;";
}
?>
</script>
<input type="hidden" name="dir" value="<?php echo $_['dir'] ?>" id="dir">
<input type="hidden" name="downloadURL" value="<?php echo $_['downloadURL'] ?>" id="downloadURL">
<input type="hidden" name="filename" value="<?php echo $_['filename'] ?>" id="filename">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment