mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-25 21:32:51 +09:00
Enable photoswipe addon by default, both on PC and mobile
This commit is contained in:
parent
e507cd9684
commit
a3d2682744
3 changed files with 14 additions and 3 deletions
|
|
@ -17,8 +17,9 @@ class addon extends ModuleObject
|
|||
{
|
||||
// Register to add a few
|
||||
$oAddonController = getAdminController('addon');
|
||||
$oAddonController->doInsert('autolink', 0, 'site', 'Y');
|
||||
$oAddonController->doInsert('resize_image', 0, 'site', 'Y');
|
||||
$oAddonController->doInsert('autolink', 0, 'site', 'YY');
|
||||
$oAddonController->doInsert('photoswipe', 0, 'site', 'YY');
|
||||
$oAddonController->doInsert('resize_image', 0, 'site', 'YY');
|
||||
$oAddonController->makeCacheFile(0);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue