%include — include a file
%include
[file1 ... fileN]
This statement only works when used within %Page
statements! It tells bbd to include a file whenever the respective page is rebuild. The file is included at the 'current' position, so e.g.
%Page ... %table TEST %include file
will include the file 'file' after the table 'TEST'
If no absolute path is given, the path is supposed to be relative to the Big Sister root directory