Anyone know where I can find the 'splash' page block that can be edited in admin - basic settings within database?
normal page block are in sys_page_compose
but cannot see this one anywhere... need to access it in sql
Anyone know where I can find the 'splash' page block that can be edited in admin - basic settings within database?
normal page block are in sys_page_compose but cannot see this one anywhere... need to access it in sql |
It's not a normal page block. Code that is displayed in that block is stored as a option. You will find it in the table sys_options. The name of the option is splash_code https://www.deanbassett.com |
thanks :-) |