Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dlenettr/91bd736b65ce3f950bd0 to your computer and use it in GitHub Desktop.
Save dlenettr/91bd736b65ce3f950bd0 to your computer and use it in GitHub Desktop.
Download Modülünde Yer değişikliği (450)
} elseif( $config['files_count'] ) {
$replace_1[] = "<span class=\"attachment\">[{$size}] ({$lang['att_dcount']} {$row['dcount']}) <a href=\"{$config['http_home_url']}engine/download.php?id={$row['id']}{$area}\" >{$row['name']}</a></span>";
$replace_2[] = "<span class=\"attachment\">[{$size}] ({$lang['att_dcount']} {$row['dcount']}) <a href=\"{$config['http_home_url']}engine/download.php?id={$row['id']}{$area}\" >\\1</a></span>";
} else {
$replace_1[] = "<span class=\"attachment\">[{$size}] <a href=\"{$config['http_home_url']}engine/download.php?id={$row['id']}{$area}\" >{$row['name']}</a></span>";
$replace_2[] = "<span class=\"attachment\">[{$size}] <a href=\"{$config['http_home_url']}engine/download.php?id={$row['id']}{$area}\" >\\1</a></span>";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment