I have a photo gallery page called gallery.php and in it, it already requires these lines of code for the photo gallery to work, but they are conflicting with the couchCMS lines of code:
<?php
include('HezeGallery2/usage/DisplayControl.php');
?>
<?php $heze->HezecomPortfolioGallery('gallery','col-md-3','col-sm-4','col-xs-6');?>
I tried using <cms:ignore> but it doesn't work on these. Any idea how I can have the couchCMS code lines and these code lines exist in beautiful harmony?
<?php
include('HezeGallery2/usage/DisplayControl.php');
?>
<?php $heze->HezecomPortfolioGallery('gallery','col-md-3','col-sm-4','col-xs-6');?>
I tried using <cms:ignore> but it doesn't work on these. Any idea how I can have the couchCMS code lines and these code lines exist in beautiful harmony?
