テンプレート・モジュール : banner
ページの上部のバナー画像を部分を表示します。
自分でテンプレート・モジュールを作成する場合は、この標準モジュールをベースに、カスタマイズをするのが楽です。モジュールを作成したら、『新しくテンプレート・モジュールを作成』をクリックして、名前( banner )をつけて保存します。作成したモジュールは、以下のように記述することで、他のテンプレートで読み込むことができます。
- <$MTInclude module="banner"$>
関連モジュール・テンプレート
- オプション・モジュール
カスタマイズ用に、あらかじめインデックステンプレートに埋め込まれているモジュールです。以下の名前のモジュールを作成&保存することで、各インデックステンプレートの指定の場所にHTMLを表示することができます。
banner-header
- 利用元テンプレート
このモジュールを利用しているテンプレートあるいはモジュールの一覧です。テンプレート名をクリックすると、内容を表示します。
three-column-right-Category three-column-right-Individual three-column-right-DateBased three-column-right-index three-column-right-Page three-column-right-archives two-column-right-Category two-column-right-Individual two-column-right-DateBased two-column-right-index two-column-right-Page two-column-right-archives one-column-Category one-column-Individual one-column-DateBased one-column-index one-column-Page one-column-archives two-column-left-Category two-column-left-Individual two-column-left-DateBased two-column-left-index two-column-left-Page two-column-left-archives three-column-Category three-column-Individual three-column-DateBased three-column-index three-column-Page three-column-archives
テンプレートの内容
<!-- banner --> <div id="banner"> <div id="banner-inner" class="pkg"> <$MTWeblogIncludeModule module="banner-header"$> <h1 id="banner-header"><a href="<$MTBlogURL$>" accesskey="1"><$MTBlogName$></a></h1> <h2 id="banner-description"><MTWeblogIfUsesTheme><$MTBlogDescription$><MTElse><MTWeblogStyleIf field="banner_use_image"><MTElse><$MTBlogDescription$></MTElse></MTWeblogStyleIf></MTElse></MTWeblogIfUsesTheme></h2> </div> </div>
[ テンプレート一覧に戻る ] [ モジュール一覧に戻る ]