mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 09:43:03 +00:00
finishing touches on genpopo, started playing with _real_ PHP code and svn keywords
This commit is contained in:
parent
79f64a0592
commit
1e35dc01cf
10 changed files with 212 additions and 60 deletions
|
@ -1,9 +1,12 @@
|
|||
<?
|
||||
include_once("index_po.inc");
|
||||
include("index_po.inc");
|
||||
include("aur.inc");
|
||||
html_header();
|
||||
|
||||
print _("Hello, world!")."<br/>\n";
|
||||
print _("Hello, again!")."<br/>\n";
|
||||
print _("Julie was here!")."<br/>\n";
|
||||
print _("Abernathy was here!")."<br/>\n";
|
||||
|
||||
print "Hi, this is worth reading!<br>\n";
|
||||
|
||||
|
||||
|
||||
html_footer("\$Id$");
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue