Shape 5

Joomla Templates => Aurora Dawn - Club => : hayaniya November 20, 2013, 03:24:57 PM



: Template Error!
: hayaniya November 20, 2013, 03:24:57 PM
Hi,

After installing using luncher the site displayed ok with joomla 3.1. Problem starts when i upgraded to Joomla 3.2.
the following erro beging to display at the top of my site "Notice: Undefined variable: s5_language_direction in C:\xampp\htdocs\drpc\templates\aurora_dawn\index.php on line 192"

Thanks

Hayaniya


: Re: Template Error!
: mikenicoll November 20, 2013, 11:03:53 PM
Hello,

In the Index.PHP you just need to remove the PHP language direction call. This wasn't introduced until later in Vertex.

<?php if($s5_language_direction == "1") { ?>
   <link rel="stylesheet" type="text/css" href="<?php echo $LiveSiteUrl ?>templates/aurora_dawn/css/bootstrap/bootstrap-rtl.css" />
<?php } ?>

-Mike


: Re: Template Error!
: hayaniya November 21, 2013, 08:29:11 AM
Thanks mike,

i will comment it out.

cheers.


: Re: Template Error!
: mikenicoll November 21, 2013, 08:53:07 PM
NP

-Mike