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/68c0e9df16153b60fae5 to your computer and use it in GitHub Desktop.
Save dlenettr/68c0e9df16153b60fae5 to your computer and use it in GitHub Desktop.
Dosya gösterim biçimini değiştirmek (652)
$replace_1[] = "<span class=\"attachment\">Boyut: {$size} ( İndirilme: {$row['dcount']} )<br /><a href=\"{$config['http_home_url']}engine/download.php?id={$row['id']}{$area}\" >{$row['name']}</a></span>";
$replace_2[] = "<span class=\"attachment\">Boyut: {$size} ( İndirilme: {$row['dcount']} )<br /><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