You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
thebookofshaders/chap-header.php

12 lines
408 B
PHTML

<?php
echo '
<div class="header">
9 years ago
<p><a href="http://thebookofshaders.com/">The Book of Shaders</a> by <a href="http://patriciogonzalezvivo.com">Patricio Gonzalez Vivo</a> </p>
<p><a href=".">English</a> - <a href="?lan=jp">日本</a> - <a href="?lan=ch">中文版</a> - <a href="?lan=kr">한국어</a> - <a href="?lan=fr">Français</a> - <a href="?lan=es">Español</a> </p>
</div>
<hr>
';
?>