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

Compatibility with ZenPhoto 1.6 #21

Open
eclrgp opened this issue Feb 24, 2023 · 2 comments
Open

Compatibility with ZenPhoto 1.6 #21

eclrgp opened this issue Feb 24, 2023 · 2 comments

Comments

@eclrgp
Copy link

eclrgp commented Feb 24, 2023

Some name changes have been made in ZenPhoto 1.6 which are not allowed for in deprecated functions.
The minimum changes required are
diff inc_footer.php ../../zpBootstrapFor1.6/inc_footer.php
5c5
< echo getMainSiteName();

                          echo getParentSiteTitle();

diff inc_header.php ../../zpBootstrapFor1.6/inc_header.php
19c19
< echo getMainSiteName() . ' | ';

  echo getParentSiteTitle() . ' | ';

195c195
<

@fretzl
Copy link
Contributor

fretzl commented Feb 24, 2023

I hope @vincent3569 will answer but if he doesn't there's an updated version of zpBootstrap available here https://github.com/zenphoto/zpBootstrap

@eclrgp
Copy link
Author

eclrgp commented Feb 24, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants