Skip to content

Commit 81d03f3

Browse files
committed
fix bug minor
1 parent e8af8f8 commit 81d03f3

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
.DS_Store

public.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ public function run() {
159159
}
160160
else {
161161
$this->getItems('page',['lang' => $this->lang],'one',true);
162+
$this->template->breadcrumb->addItem($this->template->getConfigVars('gmap'));
162163
$this->template->assign('addresses',$this->getAddresses());
163164
$this->template->assign('config',$this->setConfig());
164165
$this->template->assign('config_gmap',$this->setJsConfig());

skin/admin/form/content.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</div>
3434
</div>
3535
</div>
36-
<input type="hidden" id="id_gmap" name="id" value="{$pages.id_gmap}">
36+
{*<input type="hidden" id="id_gmap" name="id" value="{$pages.id_gmap}">*}
3737
<button class="btn btn-main-theme pull-right" type="submit" name="action" value="edit">{#save#|ucfirst}</button>
3838
</form>
3939
</div>

0 commit comments

Comments
 (0)