Loading...
PhpBB__Wap | как подключить
126031242,
NakON (13.02.2015 в 11:38)
<link rel="stylesheet" type="text/css" href="style.css">';


Вместо style.css пропиши свой файл(если название другое)
156709843, не работает
126031242 (13.02.2015 в 12:02)
156709843, не работает

Шапку сюда выложите. Ща настроим.
126031242, Убери в конце кода(выше) апостроф...
<link rel="stylesheet" type="text/css" href="путь/имя.css"/> ёпть.45.
<?
echo'<link rel="stylesheet" type="text/css" href="style.css">';

class navPanel {
public static function head ($access,$title){
global $user;
if($access=='Guest' && isset($user)){
header("Location:/main/");
exit();
}elseif ($access=='User' && !isset($user)) {
header("Location:/");
exit();
}

}

public static function foot(){

}
}


?>
Razboec, выложил
<?php

echo '<?xml version="1.0" encoding="utf-8"?>';

echo '<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru">

<head>

<meta name="keywords" content="мой сайт">

<meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8">

<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;">

<link rel="icon" type="vnd.microsoft.icon" href="favicon.ico">

<link rel="shortcut icon" href="icon.png">

<link rel="stylesheet" type="text/css" href="../styles/standart/style.css">';
126031242 (13.02.2015 в 12:07)
<?
echo'<link rel="stylesheet" type="text/css" href="style.css">';

class navPanel {
public static function head ($access,$title){
global $user;
if($access=='Guest' && isset($user)){
header("Location:/main/");
exit();
}elseif ($access=='User' && !isset($user)) {
header("Location:/");
exit();
}

}

public static function foot(){

}
}


?>

В какой папке файл style.css? Или он в корне?
Razboec, папка style
Онлайн: 1
Время:
Gen. 0.0944
(c) ByMAS.RU 2010-2025