Exemple #1
0
function wptouch_the_theme_features()
{
    echo implode(wptouch_get_theme_features(), ', ');
}
        ?>
</span>
				</h4>
				<p class="wptouch-theme-author green-text"><?php 
        echo sprintf(__('By %s', 'wptouch-pro'), wptouch_get_theme_author());
        ?>
</p>
				<p class="wptouch-theme-description"><?php 
        wptouch_the_theme_description();
        ?>
</p>
				<?php 
        if (wptouch_theme_has_features()) {
            ?>
					<p class="wptouch-theme-features"><?php 
            echo sprintf(__('Features: %s', 'wptouch-pro'), implode(wptouch_get_theme_features(), ', '));
            ?>
</p>
				<?php 
        }
        ?>
		
				<?php 
        if (wptouch_is_theme_custom()) {
            ?>
					<p class="location"><?php 
            echo sprintf(__('Theme Location (relative to wp-content):<br />%s', 'wptouch-pro'), wptouch_get_theme_location());
            ?>
</p>
				<?php 
        }