comparison examples/common/default/html.m4.html @ 549:2a48690b8cbc

Put $S4NAME in title
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 07 Apr 2019 08:52:41 +0900
parents f330dcb80a7f
children 88476304e3bf
comparison
equal deleted inserted replaced
548:1f7d6999ed4c 549:2a48690b8cbc
4 `<html>') 4 `<html>')
5 <head> 5 <head>
6 ifdef(`_S4COLOR_', 6 ifdef(`_S4COLOR_',
7 `<meta name="theme-color" content="_S4COLOR_">', 7 `<meta name="theme-color" content="_S4COLOR_">',
8 `<meta name="theme-color" content="#8ea">') 8 `<meta name="theme-color" content="#8ea">')
9 <title>_TITLE_</title> 9 <title>_TITLE_|ifdef(`_S4NAME_',_S4NAME,s4)</title>
10 <link rel="stylesheet" type="text/css" href="templ/default/default.css"> 10 <link rel="stylesheet" type="text/css" href="templ/default/default.css">
11 ifdef(`_S4CSS_', 11 ifdef(`_S4CSS_',
12 `<link rel="stylesheet" type="text/css" href="_S4CSS_"> 12 `<link rel="stylesheet" type="text/css" href="_S4CSS_">
13 ')dnl 13 ')dnl
14 <link rel="shortcut icon" href="img/s4-icon.ico"> 14 <link rel="shortcut icon" href="img/s4-icon.ico">

yatex.org