summaryrefslogtreecommitdiff
path: root/smartyplugins/function.smartlink.php
diff options
context:
space:
mode:
Diffstat (limited to 'smartyplugins/function.smartlink.php')
-rw-r--r--smartyplugins/function.smartlink.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/smartyplugins/function.smartlink.php b/smartyplugins/function.smartlink.php
index fed054a..9fe5de7 100644
--- a/smartyplugins/function.smartlink.php
+++ b/smartyplugins/function.smartlink.php
@@ -161,9 +161,6 @@ function smarty_function_smartlink( $params, &$gBitSmarty ) {
// encode quote marks so we not break href="" construction
$url_params = preg_replace('/"/', '%22', $url_params);
- require_once $gBitSmarty->_get_plugin_filepath( 'function','biticon' );
- require_once $gBitSmarty->_get_plugin_filepath( 'function','booticon' );
-
if( isset( $hash['itype'] ) && $hash['itype'] == 'url' ) {
$ret = $url.$url_params;
} else {