Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for title option #35

Closed
wants to merge 1 commit into from
Closed

Fix for title option #35

wants to merge 1 commit into from

Commits on May 14, 2015

  1. Fix for title option

    A variable is considered empty if it does not exist or if its value equals FALSE. Therefore, setting the title option to false was not having the desired effect of removing the title from the append/prepend components. Changed function to isset that determines if a variable is set and is not NULL. To summarize: empty(false) return true but !isset(false) returns false.
    evilito committed May 14, 2015
    Configuration menu
    Copy the full SHA
    95745f8 View commit details
    Browse the repository at this point in the history