-
- asrenzo

-
Total Posts: 42
Joined: 2008-02-25
France
|
Hi,
Is there any mean to get active category within callout/right_col.phtml template.
I tried :
<?php $current_cat = $this->getCurrentCategory(); $current_cat = (is_object($current_cat) ? $current_cat->getName() : 'No category here :-('); echo $current_cat; ?>
<?php $current_cat = $this->getCategory(); $current_cat = (is_object($current_cat) ? $current_cat->getName() : 'No category here :-('); echo $current_cat; ?>
But the only thing I’m able to see is “No category here :-(”
Regards,
Laurent
|