I have some problems with my layout, styles don't work...
<head>
<?= $this->headTitle(); ?>
<?= $this->headMeta(); ?>
<link rel="shortcut icon" href="<?= $this->baseUrl; ?>/images/favicon.ico" type="image/vnd.microsoft.icon">
<link href="<?= $this->baseUrl; ?>/styles/reset.css" rel="stylesheet" type="text/css" media="screen">
<link href="<?= $this->baseUrl; ?>/styles/estilos.css" rel="stylesheet" type="text/css" media="screen">
<!--[if IE 7]>
<link href="<?= $this->baseUrl; ?>/styles/estilosie7.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->
<script src="<?= $this->baseUrl; ?>/js/mootools.js" type="text/javascript"></script>
<script src="<?= $this->baseUrl; ?>/js/validation.js" type="text/javascript" ></script>
<script type="text/javascript">
window.addEvent('domready', function(){
var accordion = new Accordion('h3.atStart', 'ul.atStart', {
opacity: false
}, $('accordion'));
});
</script>
</head>
If I remove slash ("/") works...
Example:
<link href="<?= $this->baseUrl; ?>styles/estilos.css" rel="stylesheet" type="text/css" media="screen">
My base url don't work on windows.. (wamp) and work on Mac (Mamp)
$baseUrl = substr($_SERVER['PHP_SELF'], 0, strpos($_SERVER['PHP_SELF'], '/index.php'));
Can someone helpe me?
Saudações Cordiais,
Miguel Vieira
Tecnlogias da informação e Comunicação
+351 93 336 27 07
CONFIDENTIALITY: This message and any files transmitted with it may contain confidential and/or privileged information and is intended solely for the use of the addressee. If you are not the intended recipient or the person authorised to deliver it to the addressee, you are advised that you have received the message in error. Any use, dissemination, forwarding, printing or copying of this is strictly prohibited. Please notify the sender by return of mail and delete the material. Thank you for your cooperation.
没有评论:
发表评论