mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
PLace included metadata lines above the <title>
This commit is contained in:
parent
2237c10c84
commit
9ac796a68f
11 changed files with 11 additions and 11 deletions
|
@ -1,9 +1,9 @@
|
|||
<!-- No doctype yet - we are slowly migrating towards XHTML transitional 1.0 -->
|
||||
<html<?php echo $direction ?>>
|
||||
<head>
|
||||
<?php echo $meta ?>
|
||||
<title><?php echo $title ?></title>
|
||||
<meta name="keywords" content="moodle, <?php echo $title ?> ">
|
||||
<?php echo $meta ?>
|
||||
<link rel="stylesheet" type="text/css" href="<?php echo $styles ?>">
|
||||
<link rel="shortcut icon" href="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/favicon.ico">
|
||||
<?php include("$CFG->javascript"); ?>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<!-- No doctype yet - we are slowly migrating towards XHTML transitional 1.0 -->
|
||||
<html<?php echo $direction ?>>
|
||||
<?php echo $meta ?>
|
||||
<head>
|
||||
<title><?php echo $title ?></title>
|
||||
<meta name="keywords" content="moodle, <?php echo $title ?> ">
|
||||
<?php echo $meta ?>
|
||||
<link rel="stylesheet" type="text/css" href="<?php echo $styles ?>">
|
||||
<link rel="shortcut icon" href="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/favicon.ico">
|
||||
<?php include("$CFG->javascript"); ?>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<!-- No doctype yet - we are slowly migrating towards XHTML transitional 1.0 -->
|
||||
<html<?php echo $direction ?>>
|
||||
<head>
|
||||
<?php echo $meta ?>
|
||||
<title><?php echo $title ?></title>
|
||||
<meta name="keywords" content="moodle, <?php echo $title ?> ">
|
||||
<?php echo $meta ?>
|
||||
<link rel="stylesheet" type="text/css" href="<?php echo $styles ?>">
|
||||
<link rel="shortcut icon" href="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/favicon.ico">
|
||||
<?php include("$CFG->javascript"); ?>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<!-- No doctype yet - we are slowly migrating towards XHTML transitional 1.0 -->
|
||||
<html<?php echo $direction ?>>
|
||||
<head>
|
||||
<?php echo $meta ?>
|
||||
<title><?php echo $title ?></title>
|
||||
<meta name="keywords" content="moodle, <?php echo $title ?> ">
|
||||
<?php echo $meta ?>
|
||||
<link rel="stylesheet" type="text/css" href="<?php echo $styles ?>">
|
||||
<link rel="shortcut icon" href="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/favicon.ico">
|
||||
<?php include("$CFG->javascript"); ?>
|
||||
|
|
|
@ -26,9 +26,9 @@
|
|||
?>
|
||||
<HTML<?php echo $direction?>>
|
||||
<HEAD>
|
||||
<?php echo $meta ?>
|
||||
<TITLE><?php echo $title ?></TITLE>
|
||||
<META NAME="keywords" CONTENT="Moodle, <?php echo $title ?> " />
|
||||
<?php echo $meta ?>
|
||||
<meta name="ROBOTS" content="INDEX,FOLLOW" />
|
||||
<meta name="resource-type" content="document" />
|
||||
<meta http-equiv="expires" content="0" />
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<!-- No doctype yet - we are slowly migrating towards XHTML transitional 1.0 -->
|
||||
<html<?php echo $direction ?>>
|
||||
<head>
|
||||
<?php echo $meta ?>
|
||||
<title><?php echo $title ?></title>
|
||||
<meta name="keywords" content="moodle, <?php echo $title ?> ">
|
||||
<?php echo $meta ?>
|
||||
<link rel="stylesheet" type="text/css" href="<?php echo $styles ?>">
|
||||
<link rel="shortcut icon" href="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/favicon.ico">
|
||||
<?php include("$CFG->javascript"); ?>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<!-- No doctype yet - we are slowly migrating towards XHTML transitional 1.0 -->
|
||||
<html<?php echo $direction ?>>
|
||||
<head>
|
||||
<?php echo $meta ?>
|
||||
<title><?php echo $title ?></title>
|
||||
<meta name="keywords" content="moodle, <?php echo $title ?> ">
|
||||
<?php echo $meta ?>
|
||||
<link rel="stylesheet" type="text/css" href="<?php echo $styles ?>">
|
||||
<link rel="shortcut icon" href="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/favicon.ico">
|
||||
<?php include("$CFG->javascript"); ?>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<!-- No doctype yet - we are slowly migrating towards XHTML transitional 1.0 -->
|
||||
<html<?php echo $direction ?>>
|
||||
<head>
|
||||
<?php echo $meta ?>
|
||||
<title><?php echo $title ?></title>
|
||||
<meta name="keywords" content="moodle, <?php echo $title ?> ">
|
||||
<?php echo $meta ?>
|
||||
<link rel="stylesheet" type="text/css" href="<?php echo $styles ?>">
|
||||
<link rel="shortcut icon" href="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/favicon.ico">
|
||||
<?php include("$CFG->javascript"); ?>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<!-- No doctype yet - we are slowly migrating towards XHTML transitional 1.0 -->
|
||||
<html<?php echo $direction ?>>
|
||||
<head>
|
||||
<?php echo $meta ?>
|
||||
<title><?php echo $title ?></title>
|
||||
<meta name="keywords" content="moodle, <?php echo $title ?> ">
|
||||
<?php echo $meta ?>
|
||||
<link rel="stylesheet" type="text/css" href="<?php echo $styles ?>">
|
||||
<link rel="shortcut icon" href="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/favicon.ico">
|
||||
<?php include("$CFG->javascript"); ?>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<!-- No doctype yet - we are slowly migrating towards XHTML transitional 1.0 -->
|
||||
<html<?php echo $direction ?>>
|
||||
<head>
|
||||
<?php echo $meta ?>
|
||||
<title><?php echo $title ?></title>
|
||||
<meta name="keywords" content="moodle, <?php echo $title ?> ">
|
||||
<?php echo $meta ?>
|
||||
<link rel="stylesheet" type="text/css" href="<?php echo $styles ?>">
|
||||
<link rel="shortcut icon" href="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/favicon.ico">
|
||||
<?php include("$CFG->javascript"); ?>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<!-- No doctype yet - we are slowly migrating towards XHTML transitional 1.0 -->
|
||||
<html<?php echo $direction ?>>
|
||||
<head>
|
||||
<?php echo $meta ?>
|
||||
<title><?php echo $title ?></title>
|
||||
<meta name="keywords" content="moodle, <?php echo $title ?> ">
|
||||
<?php echo $meta ?>
|
||||
<link rel="stylesheet" type="text/css" href="<?php echo $styles ?>">
|
||||
<link rel="shortcut icon" href="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/favicon.ico">
|
||||
<?php include("$CFG->javascript"); ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue