添加 typecho 新 logo

This commit is contained in:
fen
2013-12-09 21:11:03 +08:00
parent fc292e1c0a
commit 6b3a81bb4d
12 changed files with 109 additions and 34 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ $fields = isset($post) ? $post->getFieldItems() : $page->getFieldItems();
$defaultFields = isset($post) ? $post->getDefaultFieldItems() : $page->getDefaultFieldItems();
?>
<section id="custom-field" class="typecho-post-option<?php if (empty($defaultFields) && empty($fields)): ?> fold<?php endif; ?>">
<label id="custom-field-expand" class="typecho-label" tabindex="0" role="button"><i class="i-caret-right"></i> <?php _e('自定义字段'); ?></label>
<label id="custom-field-expand" class="typecho-label"><a href="##"><i class="i-caret-right"></i> <?php _e('自定义字段'); ?></a></label>
<table class="typecho-list-table mono">
<colgroup>
<col width="25%"/>