<?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.
*/
echo '<div id="License">
'.$L_License13.'
<h2>'.$L_License01.'</h2>
<h3>'.$L_License02.':</h3>
<ul style="list-style-type:none;">
<li>
<img src="'.PATH.'images/creativecommons_share.png" alt="" />
<p>
<strong>'.$L_License03.'</strong>
'.$L_License04.'
<br style="clear:both" />
</p>
</li>
</ul>
<h3>'.$L_License05.':</h3>
<ul>
<li style="list-style-type:none;">
<img src="'.PATH.'images/creativecommons_by.png" alt="" />
<p>
<strong>'.$L_License06.'</strong>.
'.$L_License07.'
<br style="clear:both" />
</p>
</li>
<li style="list-style-type:none;">
<img src="'.PATH.'images/creativecommons_nd.png" alt="" />
<p><strong>'.$L_License08.'.</strong>
'.$L_License09.'
<br style="clear:both" />
</p>
</li>
<li>'.$L_License10.'</li>
<li>'.$L_License11.'</li>
<li>'.$L_License12.'</li>
</ul>
<h3 class="ERROR">'.$L_License14.'</h3><span class="ERROR">'.$L_License15.'</span>
</div>';
?>