2012-08-01 17:33:26 +02:00
|
|
|
<?php
|
2013-01-16 05:07:38 +01:00
|
|
|
require("include/base.php");
|
|
|
|
|
|
|
|
echo(Templater::AdvancedParse("layout", $locale->strings, array(
|
|
|
|
"project-name" => "Demo project",
|
|
|
|
"long-description" => "A large, multi-paragraph description of the project would go here.",
|
|
|
|
"no-downloads" => false,
|
|
|
|
"stable-version" => "1.5.3",
|
|
|
|
"experimental-version" => "1.6.1",
|
|
|
|
"line-count" => "62,671",
|
|
|
|
"ticket-count" => 12,
|
|
|
|
"tickets" => array(),
|
|
|
|
"more-tickets" => false
|
|
|
|
)));
|