Пример #1
0
/**
 * @deprecated Use Shopp::copy_templates()
 **/
function copy_shopp_templates($src, $target)
{
    Shopp::copy_templates($src, $target);
}