repo.or.cz
/
eidogo-ojd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
OJD: Add recent changes list
[eidogo-ojd.git]
/
changes.phtml
blob
2c52bae07a4e26e49b6f6ea82cbb3d12f7703f12
1
<?php include("header.phtml"); ?>
2
3
<div id="text-content">
4
5
<h2>Recent Changes</h2>
6
7
<?php include("php/ojd_changes.php"); ?>
8
9
</div>
10
11
<?php include("footer.phtml"); ?>