View Single Post
  #1  
Old 06-08-2013, 02:15 AM
Jocla Jocla is offline
Member
 
Join Date: Mar 2013
Posts: 9
Gender: Male
Credits: 920
Jocla is on a distinguished road
Default url images problem {$root}

Hi, i installed script and have a problem with element style. Header images no display

so, i checked the url and:

Code:
http://domain.com/home/cpanelusername/public_html/adoptables/templates/elements/inc/images/center.png
¿what is wrong?

i think the url should be

Code:
http://domain.com/adoptables/templates/elements/inc/images/center.png
when i installed script completed the form as follows:

define('DOMAIN', 'mydomain.com'); //Your domain name (No http, www or . )
define('SCRIPTPATH', '/adoptables'); //The folder you installed this script in


in template.tpl i find this:

Code:
<img src="{$root}templates/elements/inc/images/center.png">

pd. sorry my english is bad
pd2: the same happens with left and right images

Last edited by Jocla; 06-09-2013 at 01:52 PM.
Reply With Quote