You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
richdocuments/templates/public.php

6 lines
169 B
PHP

<div id="documents-content">
<?php if (isset($_['document'])): ?>
<input type="hidden" name="document" value ="<?php p($_['document']) ?>" />
<?php endif; ?>
</div>