mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
menu more and tools
- items: allow 'upg' to be an array - filter: fixed logic error in checks - Markup: prevent handling of [menu], as PageTemplate is nyi - Power: advanced features (hide reagents or sellprice; recoloring, renaming, iconizing of links) - search: side-icon for titles - smarty: added template-vars to cache (has to be fixed sooner or later) - identify as HTML5 (fixed a strange bug with displaced list-pegs) - removed several typos
This commit is contained in:
@@ -950,7 +950,7 @@ var Markup = {
|
||||
else if(attr.id)
|
||||
str += ' src="' + g_staticUrl + '/uploads/screenshots/' + (attr.size ? attr.size : 'normal') + '/' + attr.id + '.jpg"';
|
||||
else if(attr.icon)
|
||||
str += ' src="' + g_staticUrl + '/images/icons/wow/' + (attr.size ? attr.size : 'large') + '/' + attr.icon + '.jpg"';
|
||||
str += ' src="' + g_staticUrl + '/images/wow/icons/' + (attr.size ? attr.size : 'large') + '/' + attr.icon + '.jpg"';
|
||||
else if(attr.blog)
|
||||
{
|
||||
if(g_blogimages[attr.blog])
|
||||
@@ -1338,7 +1338,7 @@ var Markup = {
|
||||
toHtml: function(attr)
|
||||
{
|
||||
var path = attr.path.split(',');
|
||||
PageTemplate.set({activeTab: attr.tab, breadcrumb: path});
|
||||
// sarjuuk: nyi :( PageTemplate.set({activeTab: attr.tab, breadcrumb: path});
|
||||
}
|
||||
},
|
||||
minibox:
|
||||
|
||||
Reference in New Issue
Block a user