diff options
| author | etienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864> | 2009-01-25 17:50:02 +0000 |
|---|---|---|
| committer | etienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864> | 2009-01-25 17:50:02 +0000 |
| commit | 751846ea0ade97184b5417bcfd64efc6f97a128f (patch) | |
| tree | 23c8769abf0de0974b40f82ea9251f36058882c9 /templates | |
| parent | ccea45fa5494a2a89b99e0a222c16ee897884b09 (diff) | |
| download | Chimère-751846ea0ade97184b5417bcfd64efc6f97a128f.tar.bz2 Chimère-751846ea0ade97184b5417bcfd64efc6f97a128f.zip | |
Configuration of the map in the configuration file
git-svn-id: http://www.peacefrogs.net/svn/chimere/trunk@27 9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/main_map.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/main_map.html b/templates/main_map.html index 93b50f2..e442757 100644 --- a/templates/main_map.html +++ b/templates/main_map.html @@ -35,6 +35,7 @@ lst_{{category.id}}.push("{{sub_category.id}}");{% endfor %} {{welcome}}{% endblock %} {% block content %}<div id='map'></div> <script type='text/javascript'><!-- +var map_layer = {{map_layer|safe}}; var permalink_label = '{%trans "Permalink"%}'; var extra_url = "{{extra_url}}"; var p_zoom; |
