Хранилища Subversion ant

Редакция

Авторство | Последнее изменение | Открыть журнал | Скачать | RSS

<?php

/**
* Smarty method getDebugTemplate
*
* Returns debug template filepath
*
* @package Smarty
* @subpackage SmartyMethod
* @author Uwe Tews
*/


/**
* Returns debug template filepath
*/


/**
* Returns directory of cache files
*
* @return string debug template filepath
*/

function GetDebugTemplate($smarty)
{
    return $smarty->debug_tpl;
}

?>