0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
concrete5
/
5.6.0.2-2
/
standard
/
htdocs
/
concrete
/
blocks
/
file
/
[
Home
]
File: edit.php
<?php defined('C5_EXECUTE') or die("Access Denied."); $al = Loader::helper('concrete/asset_library'); $bf = null; if ($controller->getFileID() > 0) { $bf = $controller->getFileObject(); } ?> <h2><?php echo t('File')?></h2> <?php echo $al->file('ccm-b-file', 'fID', t('Choose File'), $bf);?> <br/> <h2><?php echo t('Link Text')?></h2> <input type="text" style="width: 200px" name="fileLinkText" value="<?php echo $controller->getLinkText()?>" /><br/>