Update bookmarks.tpl.php
change × to *
This commit is contained in:
parent
08fb6f8765
commit
3cc1d14627
1 changed files with 1 additions and 1 deletions
|
@ -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">×</button>
|
||||
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">*</button>
|
||||
<p id="welcome"><?php echo $GLOBALS['welcomeMessage'];?></p>
|
||||
</div>
|
||||
<?php endif?>
|
||||
|
|
Loading…
Reference in a new issue