-
I can't find the file include('_table_head') ?> ? |
Beta Was this translation helpful? Give feedback.
Answered by
kgrruz
Feb 13, 2023
Replies: 1 comment 1 reply
-
The _table_head.php file needs to exist in the theme folder you are using. You can set the theme in your controller with: $this->theme = 'YOUR_THEME'; |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
caosdp-rs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The _table_head.php file needs to exist in the theme folder you are using.
You can set the theme in your controller with:
$this->theme = 'YOUR_THEME';