1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-29 17:19:56 +02:00

Experimental theme snippets feature added.

This commit is contained in:
Cameron
2020-12-22 17:06:52 -08:00
parent 3c57f3fa96
commit ce7fa515c3
3 changed files with 125 additions and 16 deletions

View File

@@ -0,0 +1,4 @@
<label class='checkbox form-check'>
<input id='{id}' class='{class}' type='checkbox' name='{name}' value='{value}' {readonly} {checked} />
<span>{label}</span>
</label>