[SOLVED] Custom template paths being rewritten to wrong dir - Joomla! Forum - community, help and support
hi-
i have create , integrated custom template home page of website.
i have had create second design of interior pages of website ( different home required different design).
i upload second theme extension manager , activated test make sure before assign pages through menu assignment. not seem finding css , js files. have same exact code , paths in current activated template in place. when view source can see css , js files being left out , of old css paths beez 3 css files being written in. reason joomla ignoring new name of template directory , everything. have checked on xml file , seems correct.
not understand why happening.
this code using on main home page template link css, , reusing on secondary template:
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/templatename/css/bootstrap.css" type="text/css" />
this being ignored , of old css paths beez 3 css being written in.
any insights helpful!
thank you-
i have create , integrated custom template home page of website.
i have had create second design of interior pages of website ( different home required different design).
i upload second theme extension manager , activated test make sure before assign pages through menu assignment. not seem finding css , js files. have same exact code , paths in current activated template in place. when view source can see css , js files being left out , of old css paths beez 3 css files being written in. reason joomla ignoring new name of template directory , everything. have checked on xml file , seems correct.
not understand why happening.
this code using on main home page template link css, , reusing on secondary template:
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/templatename/css/bootstrap.css" type="text/css" />
this being ignored , of old css paths beez 3 css being written in.
any insights helpful!
thank you-
sbee+ wrote:<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/templatename/css/bootstrap.css" type="text/css" />
if review code is, not templatename has name template?
without template name, not think there not directory named templatename under directory templates.
note: in html file rendered statement resolving to?
Comments
Post a Comment