mirror of
https://hk.gh-proxy.com/https://github.com/NodeBB/nodebb-theme-harmony.git
synced 2025-10-03 05:01:05 +08:00
14 lines
411 B
Smarty
14 lines
411 B
Smarty
<div id="{alert_id}" role="alert" class="alert alert-dismissible alert-{type}" component="toaster/toast">
|
|
<button type="button" class="btn-close float-end" data-bs-dismiss="alert" aria-label="close"></button>
|
|
<!-- IF image -->
|
|
<img src="{image}">
|
|
<!-- ENDIF image -->
|
|
|
|
<!-- IF title -->
|
|
<strong>{title}</strong>
|
|
<!-- ENDIF title -->
|
|
|
|
<!-- IF message -->
|
|
<p>{message}</p>
|
|
<!-- ENDIF message -->
|
|
</div>
|