From 2e95c6226e945c8cf0ec23931c6b3ab47e065526 Mon Sep 17 00:00:00 2001 From: flopp Date: Mon, 13 May 2013 21:33:19 +0200 Subject: [PATCH] added minimap to startpage --- htdocs/lib2/logic/getNew.class.php | 2 ++ htdocs/templates2/ocstyle/res_newcaches.tpl | 12 +++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/htdocs/lib2/logic/getNew.class.php b/htdocs/lib2/logic/getNew.class.php index 1a1caaeb..abfd40c0 100644 --- a/htdocs/lib2/logic/getNew.class.php +++ b/htdocs/lib2/logic/getNew.class.php @@ -103,6 +103,8 @@ class getNew `caches`.`name` `name`, `caches`.`date_created` `date_created`, `caches`.`type`, + `caches`.`longitude` `longitude`, + `caches`.`latitude` `latitude`, IFNULL(`sys_trans_text`.`text`,`cache_location`.`adm1`) AS `adm1`, `cache_location`.`adm2`, `cache_location`.`adm3`, diff --git a/htdocs/templates2/ocstyle/res_newcaches.tpl b/htdocs/templates2/ocstyle/res_newcaches.tpl index b9a1a6a9..7aa21681 100755 --- a/htdocs/templates2/ocstyle/res_newcaches.tpl +++ b/htdocs/templates2/ocstyle/res_newcaches.tpl @@ -3,6 +3,8 @@ * * Unicode Reminder メモ ***************************************************************************} +
+
    {foreach name=newcaches from=$newcaches item=cacheitem}
  • @@ -20,4 +22,12 @@
  • {/foreach} -
\ No newline at end of file + +
+
+ +
+{t}Large map{/t} +
+
+