Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.

add_to_title

This function will add let you add a string to the existing site title, leaving everything else intact just adding some extra words using the $addition argument.

add_to_title

Quote

add_to_title ( string $addition )


Example
Code
<?php
add_to_title(" - My Title");
?>


Changelog
7.00.00 - Function added to PHPFusion