phptemplate_box
themes/engines/phptemplate/phptemplate.engine, строка 353
- Версии
- 5
phptemplate_box($title, $content, $region = 'main')
Prepare the values passed to the theme_box function to be passed into a pluggable template engine.
Код
<?php
function phptemplate_box($title, $content, $region = 'main') {
return _phptemplate_callback('box', array(
'content' => $content,
'region' => $region,
'title' => $title
));
}
?>
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии