コード例 #1
0
    /**
     * Draw the title for the object.
     * Object renderers don't draw the title, so the print preview does that.
     * @param ENTRY $entry
     */
    protected function _draw_title($entry)
    {
        ?>
  <h2><?php 
        echo $entry->title_as_link();
        ?>
</h2>
<?php 
    }