示例#1
0
function wptouch_the_theme_icon()
{
    echo wptouch_get_theme_icon();
}
示例#2
0
<li class="<?php 
wptouch_the_theme_classes();
?>
 <?php 
if (wptouch_get_theme_buy_url()) {
    echo 'no-license';
}
?>
" data-pushview="#<?php 
echo wptouch_convert_to_class_name(wptouch_get_theme_title());
?>
-container">

		<div class="item-information">
			<?php 
if (wptouch_get_theme_icon()) {
    ?>
			<div class="image-wrapper">
				<img src="<?php 
    wptouch_the_theme_icon();
    ?>
" alt="<?php 
    wptouch_the_theme_title();
    ?>
" id="<?php 
    echo wptouch_convert_to_class_name(wptouch_get_theme_title());
    ?>
" />
			</div><!-- image-wrapper -->
			<?php 
}