diff options
author | flop25 <flop25@piwigo.org> | 2014-07-15 18:03:00 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2014-07-15 18:03:00 +0000 |
commit | 69c4a00dae2048dc685c6b1328f1a9e24335ce1f (patch) | |
tree | 757ab1d16471acc4c78bd76139649746cda642d7 /plugins/TakeATour/tours/privacy/tour.tpl | |
parent | 0efcdefe415f0d5bd440b20be4518b5ec6c4c2c3 (diff) |
Take A Tour:
-only 2 files per tour.tpl
-allow external tours
-absolute url when ending the tour
-better code, commented
wiki updated (2.7 technical changes)
git-svn-id: http://piwigo.org/svn/trunk@29046 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/TakeATour/tours/privacy/tour.tpl')
-rw-r--r-- | plugins/TakeATour/tours/privacy/tour.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TakeATour/tours/privacy/tour.tpl b/plugins/TakeATour/tours/privacy/tour.tpl index 52ae96a5d..fa2270f51 100644 --- a/plugins/TakeATour/tours/privacy/tour.tpl +++ b/plugins/TakeATour/tours/privacy/tour.tpl @@ -3,7 +3,7 @@ var tour = new Tour({
name: "privacy",
orphan: true,
- onEnd: function (tour) {window.location = "admin.php?tour_ended=privacy";},
+ onEnd: function (tour) {window.location = "{/literal}{$ABS_U_ADMIN}{literal}admin.php?tour_ended=privacy";},
template: "<div class='popover tour'>
<div class='arrow'></div>
<h3 class='popover-title'></h3>
|