- b2evolution CMS User Manual
- Developer Reference
- Website Skins/Themes
- Skin Tags / API
- Other Tags
- Template Tag: File Type
Template Tag: File Type
This template tag displays the Filetype of the current File as a descriptive localized string.
Examples
Quick Template
[File:type]
PHP Template
$File->get_type();
Parameters
This tag does not accept any parameters.
Return value
This tag displays content only, it does not have a return value.