Posted on 木曜日, 4 月 30th, 2009 at 5:45 PM
アドオンを無効にした状態で 実行中です。という文字が
IE7 で急に表示されることが多々ある。vistaだから?
特に設定変更をしていない場合は、とりあえずPCを再起動してみよう。
それでもダメなら、アドオンの管理内を全て有効にしてみよう。
それでもダメなら、インターネットオプション履歴やらクッキーやら一時ファイルやらを削除してみよう。
どれかで直らないかなw
関連記事
Tags: vista
Posted in PC |
Posted on 月曜日, 4 月 6th, 2009 at 1:26 PM
wordpress
みめも » Blog Archive » タイトル
の真ん中 Blog Archive »を 削除したい。
header.phpの次の箇所を削除する。
変更前---
<title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
----------
削除 <?php if ( is_single() ) { ?> » Blog Archive <?php } ?>
----------
変更後---
<title><?php bloginfo('name'); ?> <?php wp_title(); ?></title>
----------
関連記事
Tags: wp
Posted in Wordpress |
Posted on 金曜日, 4 月 3rd, 2009 at 4:37 PM
zencartにて 納品書をオリジナルにしよう。
phpまだ理解してないのでちょっとテキトー。。
納品書で使用されているファイルは。。。。
/admin/invoice.php
このファイルの日本語は、
/admin/includes/languages/japanese/invoice.php
Read the rest of this entry »
関連記事
Tags: PHP, zencart
Posted in zencart |