 Issue 29611624:
  Issue 6047 - Updated templates and uninstalled pages  (Closed) 
  Base URL: https://hg.adblockplus.org/web.adblockplus.org
    
  
    Issue 29611624:
  Issue 6047 - Updated templates and uninstalled pages  (Closed) 
  Base URL: https://hg.adblockplus.org/web.adblockplus.org| Index: macros/pageitem.tmpl | 
| =================================================================== | 
| new file mode 100644 | 
| --- /dev/null | 
| +++ b/macros/pageitem.tmpl | 
| @@ -0,0 +1,7 @@ | 
| +{% macro pageitem(name) %} | 
| + {% if name == page %} | 
| + <li class="selected">{{get_string(name, "menu")}}</li> | 
| + {% else %} | 
| + <li>{{name|linkify}}{{get_string(name, "menu")}}</a></li> | 
| + {% endif %} | 
| +{% endmacro %} |