summaryrefslogtreecommitdiff
path: root/web/template/footer.php
blob: 0431792ee973c71f93e32a0345e7c1be75096d32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

			<!-- End of main content -->

			<div id="footer">
				<?php if ($ver): ?>
				<p>aurweb <a href="https://git.archlinux.org/aurweb.git/log/?h=<?= htmlspecialchars($ver, ENT_QUOTES) ?>"><?= htmlspecialchars($ver) ?></a></p>
				<?php endif; ?>
				<p><?= __('Copyright %s 2004-%d aurweb Development Team.', '&copy;', date('Y')) ?></p>
				<p><?= __('%s packages are user produced content. Any use of the provided files is at your own risk.', config_get('options', 'aur_shortname')) ?></p>
			</div>
		</div>
	</body>
</html>