init f0ckm
This commit is contained in:
13
views/item-partial.html
Normal file
13
views/item-partial.html
Normal file
@@ -0,0 +1,13 @@
|
||||
@if(session)
|
||||
@if(session.use_new_layout)
|
||||
@include(item-partial-modern)
|
||||
@else
|
||||
@include(item-partial-legacy)
|
||||
@endif
|
||||
@else
|
||||
@if(default_layout === 'legacy')
|
||||
@include(item-partial-legacy)
|
||||
@else
|
||||
@include(item-partial-modern)
|
||||
@endif
|
||||
@endif
|
||||
Reference in New Issue
Block a user