Jump to content

Custom Position in Plans page


Danilo

Recommended Posts

Hi there, i'm trying to insert a custom position inside plans.thtml as i did inside masonry.thtml

 

I add this line of code between this 2 lines:

 

<?php if ($base_plans_count > 0): ?>

<?php $Jreviews->loadModulePosition('myposition'); ?>

<h2><?php __t("Plans");?></h2>

 

Basically i would like to have a module position between Title (Plans) and the Plans options. But it block the entire page. Is it possible to do that?

 

Thanks

Link to comment
×
×
  • Create New...