Jump to content

Recommended Posts

Posted

You should be able to see where the other links are located at the top of your layout.tpl just after the <head>

<head>
<link rel='stylesheet' type='text/css' href='/menu/menu_style.css'>
</head>

Posted

You should be able to see where the other links are located at the top of your layout.tpl just after the <head>

<head>
<link rel='stylesheet' type='text/css' href='/menu/menu_style.css'>
</head>

Thanks I'll try that

Posted

You have to make sure your adding this otherwise PHPVMS will not find the css file required.

<?php echo SITE_URL?>/lib/skins/*skinname*/

Example

<head>
<link rel='stylesheet' type='text/css' href='<?php echo SITE_URL?>/lib/skins/*skinname*/menu/menu_style.css'>
</head>

  • Like 1

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.   Restore formatting

  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.

Loading...
×
×
  • Create New...