Yes, im using the following code
PHP Code:
<?php if ($category->id == 514597) : ?>
<?php include("/home/stores/domains/empleous.com/public_html/xxxxx/514597.txt"); ?>
<?php endif; ?>
should I change it to
PHP Code:
<?php if (!$_GET) { ?>
[store.if page="off"]
<?php include("/home/stores/domains/empleous.com/public_html/xxxxx/514597.txt"); ?>
[/store.if]
<?php } ?>