summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2010-02-11 20:17:46 -0700
committerSteve Dibb <beandog@gentoo.org>2010-02-11 20:17:46 -0700
commit32a7a5f8d8b36ae6acb6e566ff3d371b7a145c4b (patch)
treef9b8efa8def14998bc8f7a4fed123cc34c98f8db /ebuild.php
parentZero (diff)
downloadznurt-org-frontend-32a7a5f8d8b36ae6acb6e566ff3d371b7a145c4b.tar.gz
znurt-org-frontend-32a7a5f8d8b36ae6acb6e566ff3d371b7a145c4b.tar.bz2
znurt-org-frontend-32a7a5f8d8b36ae6acb6e566ff3d371b7a145c4b.zip
initial commit
Diffstat (limited to 'ebuild.php')
-rw-r--r--ebuild.php16
1 files changed, 16 insertions, 0 deletions
diff --git a/ebuild.php b/ebuild.php
new file mode 100644
index 0000000..e367c40
--- /dev/null
+++ b/ebuild.php
@@ -0,0 +1,16 @@
+<?
+
+ if($ebuild_id) {
+
+ echo "<h4>Ebuild</h4>";
+
+ echo keywordsRow(array($ebuild_id), 'ebuild');
+
+ require_once 'class.db.ebuild.php';
+ require_once 'inc.package.php';
+
+
+ }
+
+
+?> \ No newline at end of file