Example #1
0
						<span class="navbar-brand">
							<?php 
if ($parentCategory) {
    ?>
							<?php 
    echo Categories::printEditPath(Html::getAttributeValue($parentCategory, 'id'));
    ?>
 - New Subcategory
							<?php 
} else {
    ?>
								<?php 
    if ($model->id != "") {
        ?>
								<?php 
        echo Categories::printEditPath(Html::getAttributeValue($model, 'id'));
        ?>
 - Update category information
								<?php 
    } else {
        ?>
								New Root Category
								<?php 
    }
    ?>
							<?php 
}
?>
						</span>
					</div>
					<div class="pull-right" style="margin-top:8px">