new: [element:bootstrapUI] To create HTML from BootrstrapHelper by using element
parent
a9e85a34d3
commit
f5b946d5a9
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
if (!empty($element)) {
|
||||
echo $this->Bootstrap->{$element}([
|
||||
'text' => $text,
|
||||
'variant' => $variant,
|
||||
]);
|
||||
}
|
Loading…
Reference in New Issue