forked from hestiacp/hestiacp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.html
More file actions
22 lines (19 loc) · 712 Bytes
/
Copy pathfooter.html
File metadata and controls
22 lines (19 loc) · 712 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<table class="bottom">
<tr>
<td><?php print _('Powered by Vesta Control Panel');?></td>
</tr>
<tr>
<td><a href="http://vestacp.com">vestacp.com</a> | <a href="http://chto.su"><?php print _('Translation by ZonD80');?></a></td>
</tr>
</table>
</td>
</tr>
</table>
<script type="text/javascript">
$(document).ready(function() {
VE.core.register($('.main'));
});
</script>
</center>
</body>
</html>