" class="video-thumb">
            <?php 
echo !empty($image) ? $image : $default_image_markup;
?>
        </a>
        <a href="/video/<?php 
echo $row->nid;
?>
" class="thumb-icon style1"></a>
    </div>
    <div class="entry-content">
        <div class="content-top">
            <h4 class="entry-title" itemscope="" itemtype="http://schema.org/Event">
                <a itemprop="name" href="/video/<?php 
echo $row->nid;
?>
" class="video-title">
                    <?php 
echo $row->node_title;
?>
                </a>
            </h4>
        </div>
<!--        <footer>-->
<!--            <p class="entry-author">by <a href="#">Michel bellar</a></p>-->
<!--        </footer>-->
    </div>
    <?php 
echo footmali_render_share_small($row->nid, $row->node_title);
?>
</article>
コード例 #2
0
                                                </div>
                                                <?php 
    echo footmali_trim_paragraph($article->body[LANGUAGE_NONE][0]['value'], 140) . '...';
    ?>
                                                <footer>
                                                    <p class="entry-author"><?php 
    echo t('by');
    ?>
 <?php 
    echo $article->name;
    ?>
</p>
                                                </footer>
                                            </div>
                                            <?php 
    echo footmali_render_share_small($article->nid, $article->title);
    ?>
                                        </article>
                                    </li>
                                <?php 
}
?>
                            </ul>
                        </div>
                        <!-- widget -->

                    </div>
                    <!-- widget-area-2 -->

                </div>
                <!-- main-col -->
コード例 #3
0
        </div>
        <div class="entry-content">
            <div class="content-top">
                <h4 class="entry-title"><a href="/<?php 
    echo drupal_get_path_alias('node/' . $node->nid);
    ?>
"><?php 
    echo $title;
    ?>
</a></h4>
            </div>
            <?php 
    echo footmali_trim_paragraph($body[0]['value'], 140) . '...';
    ?>
            <footer>
                <!-- todo: link arthur's other articles -->
                <p class="entry-author"><?php 
    echo t('by');
    ?>
 <?php 
    echo footmali_get_article_author($node);
    ?>
</p>
            </footer>
        </div>
        <?php 
    echo footmali_render_share_small($nid, $title);
    ?>
    </article>
<?php 
}