mirror of
https://github.com/danpros/htmly.git
synced 2026-04-20 20:46:26 +05:30
Switch between date and IntlDateFormatter
This commit is contained in:
parent
10ca416f0e
commit
89b637e9f5
5 changed files with 42 additions and 26 deletions
|
|
@ -11,8 +11,14 @@ if (login()) {
|
|||
}
|
||||
}
|
||||
?>
|
||||
<?php if (!extension_loaded('zip')) { ?>
|
||||
<div class="callout callout-info">
|
||||
<h5><i class="fa fa-info"></i> Note:</h5>
|
||||
Please install the ZIP extension to use the backup feature.
|
||||
</div>
|
||||
<?php } ?>
|
||||
<h2><?php echo i18n('Your_backups');?></h2>
|
||||
<br>
|
||||
<a class="btn btn-primary" href="<?php echo site_url() ?>admin/backup-start"><?php echo i18n('Create_backup');?></a>
|
||||
<a class="btn btn-primary <?php if (!extension_loaded('zip')) { ?>disabled<?php } ?>" href="<?php echo site_url() ?>admin/backup-start"><?php echo i18n('Create_backup');?></a>
|
||||
<br><br>
|
||||
<?php echo get_backup_files() ?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue