2016-05-03, 22:42:47
Hello,
I need language dependent template files as well, but the template selection is disabled.
I have read somewhere, but do not remeber the function which includes the language specified files.
For example I need to include footer.inc_de.php automatically instead the original, if Deutch language selected.
<div id="footer">
<?php include('footer.inc.php'); ?>
</div>
Any advice?
I need language dependent template files as well, but the template selection is disabled.
I have read somewhere, but do not remeber the function which includes the language specified files.
For example I need to include footer.inc_de.php automatically instead the original, if Deutch language selected.
<div id="footer">
<?php include('footer.inc.php'); ?>
</div>
Any advice?