| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/business/sites/all/modules/insert/templates/ |
Upload File : |
<?php /** * @file * Template file for generic links inserted via the Insert module. * * Available variables: * - $item: The complete item being inserted. * - $url: The URL to the item. * - $class: A set of classes assigned to this item (if any). * - $name: The file name of the item being inserted. * * Modules may provide placeholders that will be replaced by user-entered values * when the item is inserted into a textarea. Generic links only support one * placeholder. * * Available placeholders: * - __description__: A description of the item. * - __filename__: The file name. * - __description_or_filename__: A description of the item if available, * otherwise use the file name. */ ?> <span class="file"><?php print $icon; ?> <a href="<?php print $url ?>"<?php print $class ? ' class="' . $class . '"' : '' ?> title="__description__">__description_or_filename__</a></span>