Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
funderburkjim committed Sep 17, 2024
1 parent 2d7b406 commit 8c3932d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Binary file added v02/distinctfiles/pwg/web/images/rajatamudra.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions v02/inventory.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion v02/makotemplates/web/webtc/basicdisplay.php
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,8 @@ public function sthndl($xp,$el,$attribs) {
// skd. n = H,P
$n = $attribs['n'];
$row .= "<strong>($n) </strong>";
} 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 .= "<img src='$path'/>";
Expand Down

0 comments on commit 8c3932d

Please sign in to comment.