mirror of
https://github.com/standardebooks/web.git
synced 2025-07-09 16:20:27 -04:00
Add the first draft of the unified manual
This commit is contained in:
parent
4b8cbeb268
commit
d78d2ee402
18 changed files with 3626 additions and 65 deletions
|
@ -12,6 +12,10 @@ if(!isset($description)){
|
|||
$description = '';
|
||||
}
|
||||
|
||||
if(!isset($manual)){
|
||||
$manual = false;
|
||||
}
|
||||
|
||||
if(!isset($js)){
|
||||
$js = false;
|
||||
}
|
||||
|
@ -24,6 +28,9 @@ if(!isset($js)){
|
|||
<? if($description != ''){ ?><meta content="<?= Formatter::ToPlainText($description) ?>" name="description"><? } ?>
|
||||
<meta content="width=device-width, initial-scale=1" name="viewport">
|
||||
<link href="/css/core.css" media="screen" rel="stylesheet" type="text/css">
|
||||
<? if($manual){ ?>
|
||||
<link href="/css/manual.css" media="screen" rel="stylesheet" type="text/css">
|
||||
<? } ?>
|
||||
<link href="/apple-touch-icon-120x120.png" rel="apple-touch-icon" sizes="120x120">
|
||||
<link href="/apple-touch-icon-152x152.png" rel="apple-touch-icon" sizes="152x152">
|
||||
<link href="/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue