25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

7 satır
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>