Author Topic: [MOD] Download Bedingungen akzeptieren  (Read 20763 times)

0 Members and 1 Guest are viewing this topic.

Offline Jan-Lukas

  • Addicted member
  • ******
  • Posts: 1.289
    • View Profile
    • Discover the New World of Kindersurprise
Re: [MOD] Download Bedingungen akzeptieren
« Reply #15 on: January 07, 2014, 07:24:33 PM »
Hi,
Den Text gibst du direkt in den Code ein, musst Du halt nur nach deinen Wünschen formatieren

   $download_button "<a onclick=\"return confirm('Willst Du wirklich downloaden?\\n\\nBitte beachte folgende Regeln:\\n\\nTest');\" href=\"".$site_sess->url(ROOT_PATH."download.php?".URL_IMAGE_ID."=".$image_row['image_id'])."\"".$target."><img src=\"".get_gallery_image("download.gif")."\" border=\"0\" alt=\"\" /></a>";
    
$download_zip_button = ($target == "" && function_exists("gzcompress") && function_exists("crc32")) ? "<a onclick=\"return confirm('Willst Du wirklich downloaden?\\n\\nBitte beachte folgende Regeln:\\n\\nTest');\" href=\"".$site_sess->url(ROOT_PATH."download.php?action=zip&amp;".URL_IMAGE_ID."=".$image_row['image_id'])."\"".$target."><img src=\"".get_gallery_image("download_zip.gif")."\" border=\"0\" alt=\"\" /></a>" "";


Danke Harald