diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-05-05 03:56:10 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-05-05 03:56:10 -0700 |
commit | a3c37f145817407df28e9ffea6a83a6cd2b31cdd (patch) | |
tree | 86a1b3a9497fd6a67d57ac2ae081d1530b4ea30f /view/tpl | |
parent | 57fcfc9398356bc2223341676500a77b607e9bd9 (diff) | |
download | volse-hubzilla-a3c37f145817407df28e9ffea6a83a6cd2b31cdd.tar.gz volse-hubzilla-a3c37f145817407df28e9ffea6a83a6cd2b31cdd.tar.bz2 volse-hubzilla-a3c37f145817407df28e9ffea6a83a6cd2b31cdd.zip |
first pass name change
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/nav.tpl | 2 | ||||
-rw-r--r-- | view/tpl/pdledit.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index 4241c0a92..3d6809c22 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -189,7 +189,7 @@ {{if $nav.help}} <li class="{{$sel.help}}"> - <a class="{{$nav.help.2}}" target="redmatrix-help" href="{{$nav.help.0}}" title="{{$nav.help.3}}" id="{{$nav.help.4}}"><i class="icon-question"></i></a> + <a class="{{$nav.help.2}}" target="hubzilla-help" href="{{$nav.help.0}}" title="{{$nav.help.3}}" id="{{$nav.help.4}}"><i class="icon-question"></i></a> </li> {{/if}} </ul> diff --git a/view/tpl/pdledit.tpl b/view/tpl/pdledit.tpl index ef8ff8dce..9df93e4c6 100644 --- a/view/tpl/pdledit.tpl +++ b/view/tpl/pdledit.tpl @@ -3,7 +3,7 @@ <h2>{{$mname}} {{$module}}</h2> <br /> -<a href="help/Comanche" target="redmatrix-help">{{$help}}</a> +<a href="help/Comanche" target="hubzilla-help">{{$help}}</a> <br /> <br /> |