Community @ The Turning Gate

Support community for TTG plugins and products.

NOTICE

The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.

This forum is now closed, and exists here as a read-only archive.

  • New user registrations are disabled.
  • Users cannot create new topics.
  • Users cannot reply to existing topics.

You are not logged in.

#1 2019-12-03 04:16:44

grover_c
Member
Registered: 2016-12-10
Posts: 117

ttg_masthead_top and ttg_footer_top in Backlight 2

I finally updated from Backlight to Backlight 2.  One problem I'm encountering is that  ttg_masthead_top, ttg_footer_top, possibly my entire custom PHP file is not working.

Here is the code for my  ttg_masthead_top.  Do I need to turn something new off?  Any ideas?

Thanks,
Bret

function ttg_masthead_top( $style, $path ) {
    echo '
       <div id="title_box" style="text-align: center">
        <div id="title">
          <h1 style="text-align: center"><a href="/"><span class="style2">Bret Culp</span> <span class="style2L">Visual Effects Supervisor</span></a></h1><a href="/"></a>

          <h2 style="text-align: center"><a href="/"><span class="style4">VFX Supervisor/Producer, Director, Fine Art Photographer</span></a></h2>
        </div>
      </div>
    ';
    return false;
}

Offline

#2 2019-12-03 04:29:49

Daniel Leu
Moderator
Registered: 2012-10-11
Posts: 1,624
Website

Re: ttg_masthead_top and ttg_footer_top in Backlight 2


Daniel Leu | Photography   
DanielLeu.com
My digital playground (eg, Backlight tips&tricks): lab.DanielLeu.com

Offline

#3 2019-12-03 04:40:28

grover_c
Member
Registered: 2016-12-10
Posts: 117

Re: ttg_masthead_top and ttg_footer_top in Backlight 2

Thanks

Offline

Board footer

Powered by FluxBB