mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
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…
x
Reference in New Issue
Block a user