2012-05-26 16:25:07 +00:00
|
|
|
<?php
|
|
|
|
/**
|
2012-08-14 18:05:45 +00:00
|
|
|
* Single Product title
|
|
|
|
*
|
|
|
|
* @author WooThemes
|
|
|
|
* @package WooCommerce/Templates
|
|
|
|
* @version 1.6.4
|
2012-05-26 16:25:07 +00:00
|
|
|
*/
|
|
|
|
?>
|
2012-04-28 17:28:18 +00:00
|
|
|
<h1 itemprop="name" class="product_title entry-title"><?php the_title(); ?></h1>
|