示例#1
0
            	</div><!-- end title -->
                <ul>
                	<li><strong>Size:</strong> <?php 
    print jollyany_format_comma_field('field_size', $node);
    ?>
</li>
                	<li><strong>Category:</strong> <?php 
    print jollyany_format_comma_field('taxonomy_catalog', $node);
    ?>
</li>
                	<li><strong>Tags:</strong> <?php 
    print jollyany_format_comma_field('field_product_tags', $node);
    ?>
</li>
                	<li><strong>Brands:</strong> <?php 
    print jollyany_format_comma_field('field_brands', $node);
    ?>
</li>
                </ul>
            </div><!-- end shop_item_details -->
            
            <div class="shop_meta">
                
                <div class="pull-left">
                	<div class="btn-shop">
                        <?php 
    print render($content['add_to_cart']);
    ?>
						<div class="cart-icon"><a href="shop-cart.html"><span><i class="fa fa-shopping-cart"></i></span></a></div>
                    </div>
                </div><!-- end pull-right -->
示例#2
0
        ?>
</span>
									<span><i class="fa fa-comment"></i> <a href="<?php 
        print $node_url;
        ?>
#comments"><?php 
        print $comment_count;
        ?>
 Comment<?php 
        if ($comment_count > 0 && $comment_count != "1") {
            echo "s";
        }
        ?>
</a></span>
									<span><i class="fa fa-tag"></i> <?php 
        print jollyany_format_comma_field('field_blog_category', $node);
        ?>
</span>
									<span><i class="fa fa-user"></i> <?php 
        print $name;
        ?>
</span>
								</div><!-- end blog-carousel-meta -->
							</div><!-- end blog-carousel-header -->
							<div class="blog-carousel-desc">
                                <?php 
        // Hide comments, tags, and links now so that we can render them later.
        hide($content['field_blog_category']);
        hide($content['field_image']);
        hide($content['field_gallery']);
        hide($content['field_audio']);
示例#3
0
:</strong> <?php 
        print jollyany_format_comma_field('field_skill', $node);
        ?>
</li>
							<li><strong><?php 
        print t('Date post');
        ?>
:</strong> <?php 
        print format_date($node->created, 'custom', 'd M, Y');
        ?>
</li>
							<li><strong><?php 
        print t('Tags');
        ?>
:</strong> <?php 
        print jollyany_format_comma_field('field_tags', $node);
        ?>
</li>
						</ul>				
					</div><!-- end product_details -->
				</div><!-- end col-sm-6 -->
		 
				<div class="col-sm-7">
					<?php 
        $sidebar_node = block_get_blocks_by_region('sidebar_node');
        print render($sidebar_node);
        ?>
				</div><!-- end col-sm-6 -->
				
				<div class="clearfix"></div>