Author: kake Date: 2012-04-14 16:03:13 +0100 (Sat, 14 Apr 2012) New Revision: 1338
Modified: trunk/templates/node.tt Log: Made the backlinks_in_title config variable actually work.
Modified: trunk/templates/node.tt =================================================================== --- trunk/templates/node.tt 2012-04-14 13:50:48 UTC (rev 1337) +++ trunk/templates/node.tt 2012-04-14 15:03:13 UTC (rev 1338) @@ -71,9 +71,9 @@
<div id="node_title"> [% IF current %] - [% IF backlinks_in_title AND is_indexable_node %] + [% IF config.backlinks_in_title AND is_indexable_node %] <h2 class="node_name"><a href="[% cgi_url %]?action=index;index_type=[% CGI.escape(index_type) %];index_value=[% CGI.escape(index_value) %]">[% node_name %]</a></h2> - [% ELSIF backlinks_in_title %] + [% ELSIF config.backlinks_in_title %] <h2 class="node_name"><a href="[% cgi_url %]?action=show_backlinks;id=[% CGI.escape(node_name) %]">[% node_name %]</a></h2> [% ELSE %] <h2 class="node_name">[% node_name %]</h2>
openguides-commits@lists.openguides.org