예제 #1
0
파일: frm.php 프로젝트: semul/Osclass
function customPageTitle($string)
{
    return sprintf('%s » %s', customFrmText('title'), $string);
}
예제 #2
0
파일: frm.php 프로젝트: jmcclenon/Osclass
function customPageTitle($string)
{
    $aux = customFrmText();
    return sprintf('%s » %s', $aux['title'], $string);
}