$site->multilang()
Checks if there are one or more languages configured in the config.php
-
return (boolean)
Example
<?php if($site->multilang()): ?>
This is a multi-language website
<?php endif ?>
Checks if there are one or more languages configured in the config.php
<?php if($site->multilang()): ?>
This is a multi-language website
<?php endif ?>