May I ask you to do some changes to the source code? I would like to have my own header and footer to get the script in
line with my general layouts, therefor some code changes are needed and some additional files must be added. Ok, I have
created 5 additional files - specially for seo optimization as also the link exchange is part of this :) - , but maybe
you could add them to the config, which will make it easier, and btw. the link to linkex is fine, but couldn't you
change the a-tag to target=_blank?
Additional files:
title.php
keywords.php
description.php
header.php
footer.php
Code changes:
<title>".file_get_contents('title.php')."»
".$params{'title'}."</title>\n\t\t<meta http-equiv=\"KEYWORDS\"
content=\"".file_get_contents('keywords.php')."\">\n\t\t<meta
http-equiv=\"DESCRIPTION\"
content=\"".file_get_contents('description.php')."\">\n\t\t<script
<body>".file_get_contents('header.php')."\n\t\t<div
</div>".file_get_contents('footer.php')."\n\t</body>
and last but not least, if would be great if the style definitions are placed within a style.css as it does not makes
changes easy at the moment
regards
Zappu
line with my general layouts, therefor some code changes are needed and some additional files must be added. Ok, I have
created 5 additional files - specially for seo optimization as also the link exchange is part of this :) - , but maybe
you could add them to the config, which will make it easier, and btw. the link to linkex is fine, but couldn't you
change the a-tag to target=_blank?
Additional files:
title.php
keywords.php
description.php
header.php
footer.php
Code changes:
<title>".file_get_contents('title.php')."»
".$params{'title'}."</title>\n\t\t<meta http-equiv=\"KEYWORDS\"
content=\"".file_get_contents('keywords.php')."\">\n\t\t<meta
http-equiv=\"DESCRIPTION\"
content=\"".file_get_contents('description.php')."\">\n\t\t<script
<body>".file_get_contents('header.php')."\n\t\t<div
</div>".file_get_contents('footer.php')."\n\t</body>
and last but not least, if would be great if the style definitions are placed within a style.css as it does not makes
changes easy at the moment
regards
Zappu