I cannot translate in /mod/phpwslistings/class/ListingManager.php this string.
$block .= "<br /><a href=\"index.php?module=phpwslistings&LISTINGS_user_op=listagents\">View Agents</a>";
So this string cannot translate "My Listings"
if($agent->_active) $block .= "<br /><a href=\"index.php?module=phpwslistings&LISTINGS_op=" . $_SESSION["translate"]->it("Manage Listings") . "\">My Listings</a>";
Log in to post a comment.
I cannot translate in /mod/phpwslistings/class/ListingManager.php this string.
$block .= "<br /><a href=\"index.php?module=phpwslistings&LISTINGS_user_op=listagents\">View Agents</a>";
So this string cannot translate "My Listings"
if($agent->_active)
$block .= "<br /><a href=\"index.php?module=phpwslistings&LISTINGS_op=" . $_SESSION["translate"]->it("Manage Listings") . "\">My Listings</a>";