Jump to content

Edit HTML


Guest Infinity Media

Recommended Posts

Guest Infinity Media

I'm trying to edit a bit of the HTML of a custom skin, but can't seem to pinpoint where the files with the page code are in version 4. Can anyone point me in the right direction? Currently, I'm in need of the header file, but I will also need access to the rest of the code soon for some minor edits to accommodate some custom styling.

Link to comment
Share on other sites

Welcome Infinity Media! Glad to see you made it to the forums.

CubeCart 3 and 4 uses the XTemplate system. This where (almost) all the HTML is contained in tpl files in the skins folder. For every xx.tpl file, there is a corresponding xx.inc.php file that populates it.

The <head> section can be found in the skin/.../styleTemplates/global/index.tpl file. The corresponding /includes/global/index.inc.php populates the {PLACEHOLDERS} with data from the database.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...