info->projectName; if (array_key_exists("title", $data)){ $title = $data["title"]; } $description = $conf->info->projectDescription; if (array_key_exists("description", $data)){ $description = $data["description"]; } $author = $conf->info->author; if (array_key_exists("author", $data)){ $author = $data["author"]; } header("Content-type: text/html; charset=utf-8"); echo "\n"; echo "\n\n"; echo "\n"; echo "$title\n"; echo "\n"; echo "\n"; echo "\n"; echo ""; echo ''."\n"; // foreach (self::$inclusions as $incl){ // $incl->render(); // } echo ''; } public static function getImagesUrl(){ return "./images"; } } ?>