Skip to content

Commit

Permalink
FIX INDEX.PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
ouyangyanhuo committed May 28, 2022
1 parent 50be513 commit b3137cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.php
Expand Up @@ -60,7 +60,7 @@
<a href="#" target="_blank" rel="noreferrer">
<?php endif; ?>
<?php if ($this->options->Project_1_Icon): ?>
<div class="icon">🚀</div>
<div class="icon"><img src="<?php $this->options->Project_1_Icon() ?>" height="30px" width="30px"></div>
<?php else: ?>
<div class="icon"></div>
<?php endif; ?>
Expand Down Expand Up @@ -90,7 +90,7 @@
<a href="#" target="_blank" rel="noreferrer">
<?php endif; ?>
<?php if ($this->options->Project_2_Icon): ?>
<div class="icon">🌈</div>
<div class="icon"><img src="<?php $this->options->Project_2_Icon() ?>" height="30px" width="30px"></div>
<?php else: ?>
<div class="icon"></div>
<?php endif; ?>
Expand All @@ -116,4 +116,4 @@
<?php endif; ?>
</div>
</main>
<?php $this->need('footer.php'); ?>
<?php $this->need('footer.php'); ?>

0 comments on commit b3137cf

Please sign in to comment.