feeds-list.php
8 lines
| 1 | <div class="ctf-feeds-list ctf-fb-fs" v-if="(feedsList != null && feedsList.length > 0 ) || (legacyFeedsList != null && legacyFeedsList.length > 0)"> |
| 2 | <?php |
| 3 | include_once CTF_BUILDER_DIR . 'templates/sections/feeds/legacy-feeds.php'; |
| 4 | include_once CTF_BUILDER_DIR . 'templates/sections/feeds/feeds.php'; |
| 5 | ?> |
| 6 | </div> |
| 7 | <?php |
| 8 | include_once CTF_BUILDER_DIR . 'templates/sections/feeds/instances.php'; |