MTIfImageSupport
PowerCMS をインストールしているサーバーに、プロフィール画像などのアイテムのサムネイルを作成するのに必要な ImageMagick もしくは Netpbm がインストールされているかどうかを判別するブロックタグです。
使い方
<MTIfImageSupport> <div class="userpic"> <MTIf tag="EntryAuthorUserpicURL"> <MTEntryAuthorUserpicAsset> <mt:AssetThumbnailLink width="50"> </MTEntryAuthorUserpicAsset> <MTElse> <img alt="" src="<mt:StaticWebPath>images/default-userpic-50.jpg" width="50" height="50" /> </MTIf> </div> </MTIfImageSupport>