コード例 #1
0
function config_site($config_name)
{
    $html = get_jsonconfig($config_name, 'siteconfig');
    return $html;
}
コード例 #2
0
function head_site($data, $config_name)
{
    $html = get_jsonconfig($config_name, 'siteconfig_other');
    $html = str_replace('%name%', $data, $html);
    return $html;
}