diff options
Diffstat (limited to 'application/views/file/header.php')
-rw-r--r-- | application/views/file/header.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/views/file/header.php b/application/views/file/header.php index a7354cdca..e09f29f61 100644 --- a/application/views/file/header.php +++ b/application/views/file/header.php @@ -5,6 +5,7 @@ <title><?php echo isset($title) ? $title : ''; ?></title> <link rel="stylesheet" type="text/css" href="<?php echo base_url(); ?>data/default.css?<?php echo filemtime(FCPATH."/data/default.css"); ?>" media="screen" /> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> + <meta name="robots" content="noindex,nofollow" /> </head> <body> |