Skip to content

Instantly share code, notes, and snippets.

Created June 22, 2016 14:35
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 anonymous/1680b989be363c46501256f00262a794 to your computer and use it in GitHub Desktop.
Save anonymous/1680b989be363c46501256f00262a794 to your computer and use it in GitHub Desktop.
<?php
/* Die Funktion erzeugt einen Druck-Button. Entweder kann eine Grafi verwendet werden, oder ein CSS-Button. */
function ah_print_button() {
?>
<div class="druckversion">
<header><span>Druckversion</span></header>
<a class="drucken" href="javascript:window.print()"> <img src="//Pfad zu deiner Grafik" width="146" height="20" alt="Webseite ausdrucken"> </a>
</div>
<?php }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment