I have a skuid page with tabs. The tabs that are include pages are not loading in my visualforce page. Error is “Page include does not exist”.
Is the the correct code for the visualforce page?
<apex:page showHeader=“true” sidebar=“false” readonly=“true” docType=“html-5.0” title=“MMA 2015-2016 Enrollments”>
<skuid:page page=“MMA_2015_2016_Enrollments” />
</apex:page>