* Fixed and finalized Layout.reset_action() as well as Layout.remove() and Skin.remove() methods
* Completely render skin outline and drop down menu from application directory * Moved remaining skins into protected (ie. non-customizable) skin files * Removed obsolete skin files * Removed obsolete code
This commit is contained in:
parent
dff39778a6
commit
75ff272950
9 changed files with 232 additions and 461 deletions
|
@ -32,7 +32,6 @@ sites.accessname = name
|
|||
sites.order = created desc
|
||||
|
||||
privateSites = collection(Site)
|
||||
#privateSites.order = SITE_LASTOFFLINE asc
|
||||
privateSites.filter = mode = 'private' and status <> 'blocked'
|
||||
|
||||
users = collection(User)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue