タグ別アーカイブ: theme

Sweetcron の Boxy But Good で Delicious を表示する

_activity_feed.php に <!– this item came from delicious.com –> <?php elseif ($item->get_feed_domain() == ‘delicious.com’): ?> <li class=”activity_item link<?php if ($i % 3 == 0):?> last<?php endif;?>”> <div class=”activity_list_inner”> <span class=”type_label link”></span> <div class=”link_container”> <a href=”<?php echo $item->get_original_permalink()?>”><?php echo $item->get_title()?></a> <div> … 続きを読む

カテゴリー: web | タグ: , | コメントをどうぞ

Sweetcron Memo

トップページの表示が崩れるのを解決
これはテーマファイルの中で使っている「word_limiter()」が日本語非対応っていう問題。
system/application/view/themes/boxy_but_goo … 続きを読む

カテゴリー: web | タグ: , , , | 2件のコメント