Files
graphonline/src/graphs_examples.php
2017-06-18 22:11:08 +03:00

13 lines
224 B
PHP

<?php
include ("./src/graphs_examples_func.php");
$examples = getAllExampleGraphs();
// Load from cvs
foreach ($examples as $item)
{
$g_lang["m_keyWords"] .= ", " . $item["title_" . $g_lang["current_language"]];
}
?>