Not a developer? Go to MovableType.com

Documentation

AssetFileName

The file name of the asset in context. For file-based assets only. Returns the file name without the path (i.e. file.jpg, not /home/user/public_html/images/file.jpg).

Example:

    <$mt:AssetFileName$>
Back