diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2015-07-31 17:35:33 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2015-08-27 13:45:02 (GMT) |
commit | 43a0883022f64539498b84220d487b16ffd49a7e (patch) | |
tree | 429ecc0b67b270ffe0a1d55daa00e4505a85079e /templates/html | |
parent | 02a0c353a8947290a3191aead59db08dc84766ce (diff) | |
download | Doxygen-43a0883022f64539498b84220d487b16ffd49a7e.zip Doxygen-43a0883022f64539498b84220d487b16ffd49a7e.tar.gz Doxygen-43a0883022f64539498b84220d487b16ffd49a7e.tar.bz2 |
Added missing html resources to the html template file
Diffstat (limited to 'templates/html')
-rw-r--r-- | templates/html/htmljsnavtree.tpl | 3 | ||||
-rw-r--r-- | templates/html/htmllayout.tpl | 8 |
2 files changed, 11 insertions, 0 deletions
diff --git a/templates/html/htmljsnavtree.tpl b/templates/html/htmljsnavtree.tpl index a7ad88e..99a269e 100644 --- a/templates/html/htmljsnavtree.tpl +++ b/templates/html/htmljsnavtree.tpl @@ -18,3 +18,6 @@ var NAVTREEINDEX = {% endfor %} {% endwith %} ]; + +var SYNCONMSG = '{{ tr.panelSyncOn }}'; +var SYNCOFFMSG = '{{ tr.panelSyncOff }}'; diff --git a/templates/html/htmllayout.tpl b/templates/html/htmllayout.tpl index 13fb330..c21ef91 100644 --- a/templates/html/htmllayout.tpl +++ b/templates/html/htmllayout.tpl @@ -24,6 +24,14 @@ {% resource 'nav_g.png' %} {% resource 'nav_h.lum' %} {% resource 'navtree.css' %} +{% resource 'navtree.js' %} +{% resource 'resize.js' %} +{% resource 'doc.luma' %} +{% resource 'folderopen.luma' %} +{% resource 'folderclosed.luma' %} +{% resource 'arrowdown.luma' %} +{% resource 'arrowright.luma' %} +{% resource 'splitbar.lum' %} {# general search resources #} {% resource 'search_l.png' as 'search/search_l.png' %} |