<?php
/*
CREATIVE COMMONS - Attribution-No Derivative Works 3.0 Germany:
- You may not alter, transform, or build upon this work.
- Dieses Werk darf nicht bearbeitet oder in anderer Weise verändert werden.
*/
if ( IsUserAdmin() )
echo '<input type="button" value="'.$L_Print.'" onclick="window.print()" />';
?>