Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • vetstudentjenn Friend
    #127459

    Hi there.

    Anyone know what the changes are to make to the .php files in the 1.5 template? I tried to change the jatemplatetools.php, modeling after the modifications for 1.0, but just got failure to load, telling me that those changes were the problems… lines 12 and 13.

    <blockquote>class JA_Tools {
    var $_params_cookie = null; //Params will store in cookie for user select. Default: store all params
    var $_tpl = null;
    var $template = ‘ja_fagus’;
    //This default value could override by setting with function setScreenSizes() and setColorThemes()
    var $_ja_screen_sizes = array (‘wide’);
    var $_ja_color_themes = array (‘default’, ‘blue’, ‘green’);</blockquote>

    changed to
    <blockquote>class JA_Tools {
    var $_params_cookie = null; //Params will store in cookie for user select. Default: store all params
    var $_tpl = null;
    var $template = ‘ja_fagus’;
    //This default value could override by setting with function setScreenSizes() and setColorThemes()
    var $_ja_screen_sizes = ‘wide’ (‘wide’);
    var $_ja_color_themes = ‘green’ (‘default’, ‘blue’, ‘green’);</blockquote>

    The width isn’t as important to me as the color. I really don’t like that orange as the default!

    Thanks for the help!
    Jenn

    Sherlock Friend
    #245158

    Hi.
    In joomla 1.5, you can fix it by admin
    Click Extensions->Templates maneger, choose Ja_fagus to edit, you will see some paramaters like as Width screen, color ,…Plz choose as you want.

    vetstudentjenn Friend
    #245217

    Wow. That is just too easy. I would have never found that! Just always looking to make things harder than they are…:-[

    Thank you for answering me so quickly.
    Jenn

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  vetstudentjenn 16 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum