1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

Set 'front' by default if theme.xml library scope is missing.

This commit is contained in:
Cameron
2021-02-13 06:50:17 -08:00
parent 800f8734bf
commit 5ec3aa7245
3 changed files with 6 additions and 3 deletions

View File

@@ -6,8 +6,8 @@
<category>generic</category>
<compliance xhtml="1.1" css="2.1" />
<libraries>
<library name="bootstrap" version="3" scope="all"/>
<library name="fontawesome" version="4" scope="all"/>
<library name="bootstrap" version="3" scope="front"/>
<library name="fontawesome" version="4" scope="front"/>
</libraries>
<plugins>
<plugin name='chatbox_menu' url='core' />