Skip to content

Commit

Permalink
Merge pull request #21 from virtual-labs/testing
Browse files Browse the repository at this point in the history
fixed issues in exp template
  • Loading branch information
BalammaBoya authored May 20, 2020
2 parents f61969e + 66ae56d commit 58c31e7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/lab/exp_template.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
("images/logo.jpeg" here). All major browsers support the link
rel="shortcut icon" tag to associate a small icon with the
page -->
<link rel="shortcut icon" href="http://deploy.virtual-labs.ac.in/labs/cse09//images/favicon.png" class="custom">

<!--link rel="shortcut icon" href="http://deploy.virtual-labs.ac.in/labs/cse09/images/favicon.png" class="custom"-->
<img src="../images/favicon.png">

<!-- These are the stylesheets used for the lab. Please don't
edit them; If you do, you will lose the edits in subsequent
Expand Down Expand Up @@ -131,7 +131,7 @@

<?php foreach ($nav as $n) {?>
<li> <a href="<?php echo $base_url."?section=".trim($n['heading']);?>">
<!-- Enclose the icon image of your lab -->
Enclose the icon image of your lab
<?php echo $n['img']?>
<br>
<?php echo $n['heading']?>
Expand All @@ -152,7 +152,8 @@

<div id="experiment-article-section-1-icon" class="icon">
<!-- Enclose the icon image of your lab -->
<img src="http://deploy.virtual-labs.ac.in/labs/cse09//images/introduction.jpg">
<!--img src="http://deploy.virtual-labs.ac.in/labs/cse09/images/introduction.jpg"-->
<img src="../images/introduction.jpg">
</div>

<!-- The heading for the section can be enclosed in a
Expand Down

0 comments on commit 58c31e7

Please sign in to comment.