This repository has been archived on 2025-06-10. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
server/onyx/tpl/bootstrap/admin/generation_status.tpl
2015-01-23 01:59:26 +01:00

6 lines
120 B
Smarty

<?xml version="1.0" encoding="UTF-8"?>
<queue>
{foreach from=$queue item=itm}
<item>{$itm}</item>
{/foreach}
</queue>