JSPT Docs > Tips and Tricks > Customising defines.php

Customising defines.php

Customize Defines.php according to your requirement only once.

In JSPT3.2++, defines.php will define only those constants which are not defined in defines.override.php, so no need to overwrite again and again.

If you want to override some constants defined in defines.php, follow these steps:
# 1 Go to Root >> Components >> com_xipt
# 2 Create a file named defines.override.php
# 3 Define constants in this file, for example
define('WATERMARK_HEIGHT',80);


  • Monday, 11 July 2011

Comments (0)

Leave a comment

You are commenting as guest.