Active
Project:
Ubercart Marketplace
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Feb 2012 at 19:07 UTC
Updated:
14 Feb 2012 at 19:23 UTC
In mp_marketplace.admin.inc function mp_marketplace_selling_overview($user), there are the two following lines:
$output .= '<h1 class="title">'. t('Sales Summary') . '</h1>';
and
drupal_set_title(t('Sales Summary'));
Which result in the title basically showing up twice.. removing the first line would solve the issue. Please don't make me construct a patch in order for you to fix this :)
Cheers
Comments
Comment #1
arski commentedPS. the whole thing should really be wrapped in a theme function as well, so that people could edit/remove the "below is a summary of your bla bla" text as well.