0
Welcome Guest! Login
0 items Join Now

How Do You Make a Image Upload Logo For Granty 1.7 Joomla

    • Marga's Avatar
    • Marga
    • Newbie
    • Posts: 15
    • Thanks: 0

    How Do You Make a Image Upload Logo For Granty 1.7 Joomla

    Posted 13 years 6 months ago
    • Hi
      How do you make a new logo upload image feature for granty please?

      Here's how I've done it with other Joomla templates but how do I add it to granty please?
      XML
      <field name="logo" type="media"
      label="Logo Image Upload" description="Upload Your Logo Image" />


      <div id="logo">
      <?php if ($link): ?>

      <a href="<?php echo htmlspecialchars($link); ?>">
      <?php endif;?>

      <?php if ($logo): ?>
      <img src="<?php echo $this->baseurl ?>/<?php echo htmlspecialchars($logo); ?>" width="<?php echo ($size); ?>px" alt=" ?php echo htmlspecialchars($templateparams->get('sitetitle'));?>" style="border:none;" />
      <?php endif;?> <?php if ($link): ?> </a>

      <?php endif;?>
      </div>


      Many Thanks and Kind Regards

      Charles

Time to create page: 0.068 seconds