Jump to content

Guidelines to footer


Owdy

Recommended Posts

How can i ad link to guidelines into footer, next to Contact form link?

​.

2015-05-04_16-17-15.thumb.png.bc983c2a8d

 

 

Templates > Core > Front > Global > Footer >

Find this line .. and select everything between IF and ENDIF

 

{{if \IPS\Settings::i()->privacy_type != "none"}}
    ..
{{endif}}

 

replace with this:

I've changed the "Privacy Policy" & "Guidelines" that it will have a popup window (like "Contact Us") .. then members not navigate away from the page where they're in ..

 

{{if \IPS\Settings::i()->privacy_type != "none"}}
	<li><a href='{{if \IPS\Settings::i()->privacy_type == "internal"}}{url="app=core&module=system&controller=privacy" seoTemplate="privacy"}{{else}}{setting="privacy_link"}{{endif}}' data-ipsdialog data-ipsdialog-title="{lang="privacy"}">{lang="privacy"}</a></li>
{{endif}}
{{if \IPS\Settings::i()->gl_type != "none"}}
	<li><a href='{{if \IPS\Settings::i()->gl_type == "internal"}}{url="app=core&module=system&controller=guidelines" seoTemplate="guidelines"}{{else}}{setting="gl_link"}{{endif}}' data-ipsdialog data-ipsdialog-title="{lang="guidelines"}">{lang="guidelines"}</a></li>
{{endif}}

 

 

.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...