您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

7 行
208 B

  1. <div class="<?php echo $this->class ?> block" <?php echo $this->cssID ?>>
  2. <a href="<?php echo $this->link ?>">
  3. <div class="solution-text">
  4. <h2><?php echo $this->title ?></h2>
  5. </div>
  6. </a>
  7. </div>