Jump to content
thirty bees forum

Question

Posted

Hello

Is it true, that we have two differnt variables for base dir? {$basedir} and {basedir_ssl}?

Isn't that problematic? If I want to use it in my theme, I don't know which I should chose. On some I may have ssl on some not...

Shouldn't we just have one and check in php, if ssl is activated?

5 answers to this question

Recommended Posts

  • 0
Posted

This variable is can be used in tpl files and it gives back the full url of the tb installation. From my opinion it makes no sense to have two. But I could be wrong...

  • 0
Posted

Many examples on how to solve this in the default template. For example in 404.tpl: html <a href="{if isset($force_ssl) && $force_ssl}{$base_dir_ssl}{else}{$base_dir}{/if}" title="{l s='Home'}">&larr; {l s='Home page'}</a>

  • 0
Posted

Is it needed like that?

One of them starts with http://, the other one with https://. There might be usecases like a link "switch to SSL" or a redirection page automatically redirecting to the SSL-version. Or redirecting to non-SSL for picture links. Such stuff. Even if they make not much sense today, they might have had value a few years back.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...