Hi i am setting up a cloneable page I have done it a few time before with no issues.
im getting this
ERROR! Closing tag "else" has no matching opening tag (line: 124 char: 3185)
<?php require_once( 'couch/cms.php' ); ?>
<cms:template title='Announcements' clonable='1' />
<cms:editable name='Announcement_Content' type='richtext' />
<cms:editable name='Announcement_Image'
crop='1'
width='500'
height='200'
type='image'
/>
<cms:if k_is_page >
</cms:else >
</cms:embed 'index_list.html' />
</cms:if>
<?php COUCH::invoke(); ?>
with a load of html in-between any ideas?
many thanks in advance.
im getting this
ERROR! Closing tag "else" has no matching opening tag (line: 124 char: 3185)
<?php require_once( 'couch/cms.php' ); ?>
<cms:template title='Announcements' clonable='1' />
<cms:editable name='Announcement_Content' type='richtext' />
<cms:editable name='Announcement_Image'
crop='1'
width='500'
height='200'
type='image'
/>
<cms:if k_is_page >
</cms:else >
</cms:embed 'index_list.html' />
</cms:if>
<?php COUCH::invoke(); ?>
with a load of html in-between any ideas?
many thanks in advance.