Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • rimas Friend
    #129812

    Hello, I have this installation: ja_avian_ii_quickstart_v1.2_1.5.3 When I press standard article button “Send email to” new opening window is without css formating. How could I change it.

    Thanks.

    Sherlock Friend
    #254609

    Hi rimas !
    You can fix it following way below :
    Open index.php file in templates/ja_avian_ii folder find folllowing code section at about line 21:


    <meta http-equiv="Content-Style-Type" content="text/css" />
    <link href="<?php echo $tmpTools->templateurl();?>/css/template.css" rel="stylesheet" type="text/css" />

    change to :


    <meta http-equiv="Content-Style-Type" content="text/css" />
    <link rel="stylesheet" href="<?php echo $tmpTools->templateurl();?>/css/editor.css" type="text/css" />
    <link rel="stylesheet" href="<?php echo $tmpTools->baseurl(); ?>templates/system/css/system.css" type="text/css" />
    <link rel="stylesheet" href="<?php echo $tmpTools->baseurl(); ?>templates/system/css/general.css" type="text/css" />
    <link href="<?php echo $tmpTools->templateurl();?>/css/template.css" rel="stylesheet" type="text/css" />

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

This topic contains 2 replies, has 2 voices, and was last updated by  Sherlock 16 years, 5 months ago.

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