5 lines
368 B
PHP
5 lines
368 B
PHP
<div align='center'>
|
|
<a href='<?php echo "$page.fr.html"; ?>' title='Français'><img src='/images/frenchflag.jpg' alt='Français' /></a>
|
|
<a href='<?php echo "$page.en.html"; ?>' title='English'><img src='/images/englishflag.jpg' alt='English' /></a>
|
|
<a href='<?php echo "$page.es.html"; ?>' title='Español'><img src='/images/spanishflag.jpg' alt='Español' /></a>
|
|
</div>
|