New maps in progress... (Added css reference to TOOLTIPSTER!)
This commit is contained in:
parent
a2d7f6bbf4
commit
b20828c85d
|
@ -96,6 +96,8 @@ abstract class Map {
|
|||
}
|
||||
|
||||
public function show() {
|
||||
// Tooltip css
|
||||
echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"include/styles/tooltipster.css\"/>" . "\n";
|
||||
foreach ($this->requires_js as $js) {
|
||||
echo "<script type='text/javascript' src='$js'></script>" . "\n";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue