Warning: include() [function.include]: URL file-access is disabled in the server configuration in /home/users/0/lolipop.jp-dp05040747/web/archives/2007/06/12-223025.php on line 32

Warning: include(http://cafeterrace-enoki.com/site_banner.php) [function.include]: failed to open stream: no suitable wrapper could be found in /home/users/0/lolipop.jp-dp05040747/web/archives/2007/06/12-223025.php on line 32

Warning: include() [function.include]: Failed opening 'http://cafeterrace-enoki.com/site_banner.php' for inclusion (include_path='.:/usr/local/php5.2/php') in /home/users/0/lolipop.jp-dp05040747/web/archives/2007/06/12-223025.php on line 32

Warning: include() [function.include]: URL file-access is disabled in the server configuration in /home/users/0/lolipop.jp-dp05040747/web/archives/2007/06/12-223025.php on line 42

Warning: include(http://cafeterrace-enoki.com/annai.php) [function.include]: failed to open stream: no suitable wrapper could be found in /home/users/0/lolipop.jp-dp05040747/web/archives/2007/06/12-223025.php on line 42

Warning: include() [function.include]: Failed opening 'http://cafeterrace-enoki.com/annai.php' for inclusion (include_path='.:/usr/local/php5.2/php') in /home/users/0/lolipop.jp-dp05040747/web/archives/2007/06/12-223025.php on line 42

Warning: include() [function.include]: URL file-access is disabled in the server configuration in /home/users/0/lolipop.jp-dp05040747/web/archives/2007/06/12-223025.php on line 43

Warning: include(http://cafeterrace-enoki.com/Categories.php) [function.include]: failed to open stream: no suitable wrapper could be found in /home/users/0/lolipop.jp-dp05040747/web/archives/2007/06/12-223025.php on line 43

Warning: include() [function.include]: Failed opening 'http://cafeterrace-enoki.com/Categories.php' for inclusion (include_path='.:/usr/local/php5.2/php') in /home/users/0/lolipop.jp-dp05040747/web/archives/2007/06/12-223025.php on line 43

About

2007年6月12日 22:30に投稿されたエントリーのページです。

ひとつ前の投稿は「カテゴリの基本タグ」です。

次の投稿は「カテゴリーページに記事タイトルの一覧表示は・・?」です。


Warning: include() [function.include]: URL file-access is disabled in the server configuration in /home/users/0/lolipop.jp-dp05040747/web/archives/2007/06/12-223025.php on line 67

Warning: include(http://cafeterrace-enoki.com/coment.php) [function.include]: failed to open stream: no suitable wrapper could be found in /home/users/0/lolipop.jp-dp05040747/web/archives/2007/06/12-223025.php on line 67

Warning: include() [function.include]: Failed opening 'http://cafeterrace-enoki.com/coment.php' for inclusion (include_path='.:/usr/local/php5.2/php') in /home/users/0/lolipop.jp-dp05040747/web/archives/2007/06/12-223025.php on line 67

Warning: include() [function.include]: URL file-access is disabled in the server configuration in /home/users/0/lolipop.jp-dp05040747/web/archives/2007/06/12-223025.php on line 68

Warning: include(http://cafeterrace-enoki.com/kanri.php) [function.include]: failed to open stream: no suitable wrapper could be found in /home/users/0/lolipop.jp-dp05040747/web/archives/2007/06/12-223025.php on line 68

Warning: include() [function.include]: Failed opening 'http://cafeterrace-enoki.com/kanri.php' for inclusion (include_path='.:/usr/local/php5.2/php') in /home/users/0/lolipop.jp-dp05040747/web/archives/2007/06/12-223025.php on line 68

Warning: include() [function.include]: URL file-access is disabled in the server configuration in /home/users/0/lolipop.jp-dp05040747/web/archives/2007/06/12-223025.php on line 69

Warning: include(http://cafeterrace-enoki.com/counter.php) [function.include]: failed to open stream: no suitable wrapper could be found in /home/users/0/lolipop.jp-dp05040747/web/archives/2007/06/12-223025.php on line 69

Warning: include() [function.include]: Failed opening 'http://cafeterrace-enoki.com/counter.php' for inclusion (include_path='.:/usr/local/php5.2/php') in /home/users/0/lolipop.jp-dp05040747/web/archives/2007/06/12-223025.php on line 69

Warning: include() [function.include]: URL file-access is disabled in the server configuration in /home/users/0/lolipop.jp-dp05040747/web/archives/2007/06/12-223025.php on line 70

Warning: include(http://cafeterrace-enoki.com/powered.php) [function.include]: failed to open stream: no suitable wrapper could be found in /home/users/0/lolipop.jp-dp05040747/web/archives/2007/06/12-223025.php on line 70

Warning: include() [function.include]: Failed opening 'http://cafeterrace-enoki.com/powered.php' for inclusion (include_path='.:/usr/local/php5.2/php') in /home/users/0/lolipop.jp-dp05040747/web/archives/2007/06/12-223025.php on line 70
Top5・PC関係を覚える > mtの四苦八苦 > MTのメモメモ! > モジュール化に・・。

« カテゴリの基本タグ | メイン | カテゴリーページに記事タイトルの一覧表示は・・? »

モジュール化に・・。

モジュール化は以前遣った覚えがあるので・・思い出しながら・・。

取り合えずはサイトバナーを遣ってみる。
覚えの為・・・簡単にメモメモ!

サイトバナーのタグは以下の物。


<div id="banner">
<div id="banner-inner" class="pkg">
<h1 id="banner-header"><a href="<$MTBlogURL$>" accesskey="1"><$MTBlogName encode_html="1"$></a></h1>
<h2 id="banner-description"><$MTBlogDescription$></h2>
</div>
</div>

コレを管理画面→テンプレートと進み・・テンプレートの新規作成に貼る。

次に各ページに上の部分の所に以下のインクルード文?とか言う物を張り替える。


<? include("<$MTBlogURL$>(上で設定した名前).php"); ?>

因みに私は


<? include("<$MTBlogURL$>site_banner.php"); ?>

として見た。

人気ブログランキングへ

コメントを投稿

スポンサードリンク


Warning: include() [function.include]: URL file-access is disabled in the server configuration in /home/users/0/lolipop.jp-dp05040747/web/archives/2007/06/12-223025.php on line 274

Warning: include(http://cafeterrace-enoki.com/blog.php) [function.include]: failed to open stream: no suitable wrapper could be found in /home/users/0/lolipop.jp-dp05040747/web/archives/2007/06/12-223025.php on line 274

Warning: include() [function.include]: Failed opening 'http://cafeterrace-enoki.com/blog.php' for inclusion (include_path='.:/usr/local/php5.2/php') in /home/users/0/lolipop.jp-dp05040747/web/archives/2007/06/12-223025.php on line 274

Warning: include() [function.include]: URL file-access is disabled in the server configuration in /home/users/0/lolipop.jp-dp05040747/web/archives/2007/06/12-223025.php on line 275

Warning: include(http://cafeterrace-enoki.com/hp-rink.php) [function.include]: failed to open stream: no suitable wrapper could be found in /home/users/0/lolipop.jp-dp05040747/web/archives/2007/06/12-223025.php on line 275

Warning: include() [function.include]: Failed opening 'http://cafeterrace-enoki.com/hp-rink.php' for inclusion (include_path='.:/usr/local/php5.2/php') in /home/users/0/lolipop.jp-dp05040747/web/archives/2007/06/12-223025.php on line 275

Warning: include() [function.include]: URL file-access is disabled in the server configuration in /home/users/0/lolipop.jp-dp05040747/web/archives/2007/06/12-223025.php on line 276

Warning: include(http://cafeterrace-enoki.com/rink_baner.php) [function.include]: failed to open stream: no suitable wrapper could be found in /home/users/0/lolipop.jp-dp05040747/web/archives/2007/06/12-223025.php on line 276

Warning: include() [function.include]: Failed opening 'http://cafeterrace-enoki.com/rink_baner.php' for inclusion (include_path='.:/usr/local/php5.2/php') in /home/users/0/lolipop.jp-dp05040747/web/archives/2007/06/12-223025.php on line 276
e

Warning: include() [function.include]: URL file-access is disabled in the server configuration in /home/users/0/lolipop.jp-dp05040747/web/archives/2007/06/12-223025.php on line 287

Warning: include(http://cafeterrace-enoki.com/Copyright.php) [function.include]: failed to open stream: no suitable wrapper could be found in /home/users/0/lolipop.jp-dp05040747/web/archives/2007/06/12-223025.php on line 287

Warning: include() [function.include]: Failed opening 'http://cafeterrace-enoki.com/Copyright.php' for inclusion (include_path='.:/usr/local/php5.2/php') in /home/users/0/lolipop.jp-dp05040747/web/archives/2007/06/12-223025.php on line 287