Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • akamamex Friend
    #197648

    hi, i am using JA University for my site and i understand that the templates supports either, image or text and i have to include a custom module position to incorporate both image and text, i have been trying to locate the block potion to introduce this new position next to the logo position so as i can publish a custom HTML logo text in the new defined position, can you please help me in locating the top.header block definition file?

    regards

    pavit Moderator
    #534603

    Hi

    The logo position is defined in this file templatesja_university_t3tplsblocksheader.php

    <!-- LOGO -->
    <div class="col-xs-12 <?php echo $logosize ?> logo">
    <div class="logo-<?php echo $logotype, ($logoimgsm ? ' logo-control' : '') ?>">
    <a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>">
    <?php if($logotype == 'image'): ?>
    <img class="logo-img" src="<?php echo JURI::base(true) . '/' . $logoimage ?>" alt="<?php echo strip_tags($sitename) ?>" />
    <?php endif ?>
    <?php if($logoimgsm) : ?>
    <img class="logo-img-sm" src="<?php echo JURI::base(true) . '/' . $logoimgsm ?>" alt="<?php echo strip_tags($sitename) ?>" />
    <?php endif ?>
    <span><?php echo $sitename ?></span>
    </a>
    <small class="site-slogan"><?php echo $slogan ?></small>
    </div>
    </div>
    <!-- //LOGO -->

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  pavit 10 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum