diff --git a/v02/distinctfiles/pwg/web/images/rajatamudra.png b/v02/distinctfiles/pwg/web/images/rajatamudra.png
new file mode 100644
index 0000000..ba91f97
Binary files /dev/null and b/v02/distinctfiles/pwg/web/images/rajatamudra.png differ
diff --git a/v02/inventory.txt b/v02/inventory.txt
index b27ef71..56fa56d 100644
--- a/v02/inventory.txt
+++ b/v02/inventory.txt
@@ -138,3 +138,4 @@ stc:web/webtc/help_fr.html:T
*:web/webtc/pdffiles.txt:CD
ben:web/images/vatsa.png:CD
*:web/readme.txt:T
+pwg:web/images/rajatamudra.png:CD
diff --git a/v02/makotemplates/web/webtc/basicdisplay.php b/v02/makotemplates/web/webtc/basicdisplay.php
index c02801d..f690366 100644
--- a/v02/makotemplates/web/webtc/basicdisplay.php
+++ b/v02/makotemplates/web/webtc/basicdisplay.php
@@ -602,7 +602,8 @@ public function sthndl($xp,$el,$attribs) {
// skd. n = H,P
$n = $attribs['n'];
$row .= "($n) ";
- } else if ( ($el == "pic")&&($this->dict == "ben")) {
+ // } else if ( ($el == "pic")&&($this->dict == "ben")) {
+ } else if ($el == "pic") {
$filename = $attribs['name'];
$path = "../../web/images/$filename";
$this->row .= "";