Current File : /pages/54/47/d0016649/home/htdocs/ipc1/wp-content/themes/lhst/tag.php
<?php

/**
 *	Tag Page
 *
 *	@since 1.0
 */

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

$that = cloudfw();
$that->set_meta('titlebar_title', sprintf( cloudfw_translate('tag_titles'), single_term_title( '', false )) );
$that->return_layout( 'category.php' );