10-03-2017, 08:50 AM
In header.php this code is found:
The title kan be changed on the fly, without changing us files:
<pre></pre>
Code:
<title><?=$settings->site_name;?></title>
The title kan be changed on the fly, without changing us files:
<pre>
Code:
<script type="text/javascript">
$(document).ready(function() {
document.title = 'blah';
});
</script>