GetSimple Support Forum
Clean Templates - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: Clean Templates (/showthread.php?tid=2904)



Clean Templates - gugu - 2012-03-09

Okey my clients need a very clean templates.

so I delete some code from the templates cardinal.
it is okey or will it destroy functions on the site ?

I style all my page self and get/call the css files
from my own css folder ... some page is different
and it is for that reason I use inline-css.

in templates:

<html>
<head>

<?php get_header(); ?>

</head>

<?php get_page_content(); ?>

</body>
</html>

in my page:

<meta charset="utf-8" />
<title>my test photo</title>
<meta content="" name="description" />
<meta content="" name="keywords" />
<meta content="" name="generator" />
<link href="" rel="start" title="my test photo" />
<link href="/simple/css/layout.css" media="screen" rel="stylesheet" type="text/css" />

<style id="inline-css" media="screen, projection" type="text/css">
body#body {
font-family: arial, sans-serif;
background-color: #ffffff;
color: #333333;
}
</style>

Please tell me if I did it wrong or if you have a better choice ! Thanks Wink


Clean Templates - shawn_a - 2012-03-09

should be fine