Update bookmarks.tpl.php

change × to *
This commit is contained in:
buckaroo-labs 2023-12-20 19:46:16 -08:00 committed by GitHub
parent 08fb6f8765
commit 3cc1d14627
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ $this->includeTemplate($GLOBALS['top_include']);
<?php if($pageName == PAGE_INDEX && $GLOBALS['welcomeMessage']):?>
<div class="alert alert-info alert-dismissable">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">&#42;</button>
<p id="welcome"><?php echo $GLOBALS['welcomeMessage'];?></p>
</div>
<?php endif?>