Not a developer? Go to MovableType.com

Documentation

space_pad

Adds whitespace to the left of the input to the length specified.

Example:

    <$mt:EntryBasename space_pad="10">

For a basename of "example", this would output: " example".

Back