CPostingTemplate::GetList();
The method GetList returns a list of templates.
No parameters.
Returns an array of relative paths to subfolders of the folder
.
<? //get template directories $arTemplates = CPostingTemplate::GetList(); foreach($arTemplates as $template_dir): ?> <p><?echo $template_dir?></p> <? endforeach; ?>
© 2001-2005 Bitrix | Bitrix Site Manager - Content Management & Portal Solutions |