diff options
Diffstat (limited to 'w/view/templates/readart.php')
-rw-r--r-- | w/view/templates/readart.php | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/w/view/templates/readart.php b/w/view/templates/readart.php deleted file mode 100644 index e44877d..0000000 --- a/w/view/templates/readart.php +++ /dev/null @@ -1,25 +0,0 @@ -<script> -<?=$art->javascript() ?> -</script> - -<body> - -<header> -<?=$art->header()?> -</header> - -<nav> -<?=$art->nav()?> -</nav> - -<aside> -<?=$art->aside()?> -</aside> - -<section> -<?=$art->section()?> -</section> - -<footer> -<?=$art->footer()?> -</footer> |