Custom page can't load $font_nav_size

ThemeBurn SupportForumsOpenCart ThemesShoppica 2 OpenCart ThemeCustom page can't load $font_nav_size

This topic has been marked as not resolved.

Hi,

I made a custom page for my website (with an extension)
Problem is that in screen.css.php the $font_nav_size is not loaded (it outputs 0)

font-size: <?php echo $font_nav_size; ?>px;

When I edit screen.css.php to: font-size: 12px then everything is OK.

I think it has something to do with the fact that my custom page can’t load:
$font_nav_size      = (int) $_GET['font_navigation_size'];

Any ideas?

 wzzly
October 25, 2012 at 1:20 pm #14682
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
October 26, 2012 at 12:11 pm #14718
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.