Username:

Password:

Pages: [1]   Go Down
  Print  
Author Topic: Ohio Sheriff Website  (Read 419 times)
tswift
Lead Designer
Administrator
Full Member
*****

Karma: 6
Offline Offline

Posts: 198


ThemeKings Admin


View Profile WWW
« on: February 06, 2010, 03:23:12 AM »

Working on a new theme/template for Ohio Sheriff Agencies.


See link below:

Demo


The address info in the flash banner can be changed using a XML text file located in the root directory so the user does NOT have to edit this using flash. It's a really nice feature to have.


 Smiley
« Last Edit: February 06, 2010, 03:26:12 AM by tswift » Logged

Anubis69
Expert Designer
Newbie
****

Karma: 0
Offline Offline

Posts: 43



View Profile WWW
« Reply #1 on: February 06, 2010, 03:38:17 AM »

Nice work there again Todd  Wink
Logged

tswift
Lead Designer
Administrator
Full Member
*****

Karma: 6
Offline Offline

Posts: 198


ThemeKings Admin


View Profile WWW
« Reply #2 on: February 07, 2010, 01:01:36 AM »

Thx man! I'm really enjoying this one. Have a lot of cool ideas I want to implement for the theme. You have any new projects in the works?
Logged

Anubis69
Expert Designer
Newbie
****

Karma: 0
Offline Offline

Posts: 43



View Profile WWW
« Reply #3 on: February 09, 2010, 12:40:16 AM »

Thx man! I'm really enjoying this one. Have a lot of cool ideas I want to implement for the theme. You have any new projects in the works?

Not yet, verry busy at work and with the little daughter Smiley
And the little spare time i still have, i like to relax a bit.
Logged

tswift
Lead Designer
Administrator
Full Member
*****

Karma: 6
Offline Offline

Posts: 198


ThemeKings Admin


View Profile WWW
« Reply #4 on: February 11, 2010, 08:13:08 PM »

I can understand that.  Grin

Well enjoy your moments of relaxation. We'll still be here. hehe  Smiley
Logged

cseverson
Jr. Member
**

Karma: 0
Offline Offline

Posts: 52


View Profile WWW
« Reply #5 on: April 07, 2010, 10:07:31 PM »

hey man this looks awesome, love the lights on the car on the top
Logged
ghost21
Newbie
*

Karma: 0
Offline Offline

Posts: 5


View Profile
« Reply #6 on: April 18, 2010, 06:03:13 PM »

THE POLICE!! OH NO! Cheesy NICE
Logged
tswift
Lead Designer
Administrator
Full Member
*****

Karma: 6
Offline Offline

Posts: 198


ThemeKings Admin


View Profile WWW
« Reply #7 on: July 21, 2010, 08:57:26 AM »

Now available For Download.

A few modifications have been made to the template and can be used as a recreational template as well.

Enjoy!  Wink
Logged

XRG Kamikaze XF
Jr. Member
**

Karma: 0
Offline Offline

Posts: 72


View Profile
« Reply #8 on: July 22, 2010, 12:36:28 AM »

I don't see the link on the freebies page!
Logged

tswift
Lead Designer
Administrator
Full Member
*****

Karma: 6
Offline Offline

Posts: 198


ThemeKings Admin


View Profile WWW
« Reply #9 on: July 22, 2010, 09:56:42 AM »

It is on page #2. Just click the little number 2 above the top templates on page #1  Smiley
Logged

Maryd
Newbie
*

Karma: 3
Offline Offline

Posts: 2



View Profile WWW
« Reply #10 on: August 19, 2010, 05:40:20 PM »

I flip the html of this template and converted into PHP which has been coded to work with SiteSkin available at: http://scripts.indisguise.org/.

Working Demo:
http://heidi.hostingwithus.net/~surfsupn/sheriff/index.php

header.php file:

Code:

<?php
require_once( 'skins/ohiosheriff/config.php' );
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<meta content="en-us" http-equiv="Content-Language" />
<meta content="text/html; charset=windows-1252" http-equiv="Content-Type" />
<meta name="keywords" content="<?php echo "$keywords"?>" />
<meta name="description" content="<?php echo "$description"?>" />

<link href="skins/ohiosheriff/style.css" rel="stylesheet" type="text/css" />
<link href="skins/ohiosheriff/media.css" rel="stylesheet" type="text/css" />

</head>


<body>



<div id="wrapper">


<div id="header">





</div>


<div id="hnav">
<div id="menu">
<?php echo "$topmenu"?>
<div class="clearL"></div>
</div>
</div>

<div id="MainBody">



<div id="COL-left">

<div class="vnavwrapper">
<div class="vnavhead"><?php echo "$box1title"?></div>
<div class="vnavbody">
<div class="vmenu">
<?php echo "$box1content"?>
</div>
</div>
<div class="vnavfooter"></div>
</div>

<div class="vnavwrapper">
<div class="vnavhead"><?php echo "$box2title"?></div>
<div class="vnavbody">
<div class="vmenu">
<?php echo "$box2content"?>
</div>
</div>
<div class="vnavfooter"></div>
</div>

<div class="vnavwrapper">
<div class="vnavhead"><?php echo "$box3title"?></div>
<div class="vnavbody">
<div class="vnavinfo">

<?php echo "$box3content"?>
<?php echo "$sideboxspace"?>


</div>
</div>
<div class="vnavfooter"></div>
</div>


</div>



<div id="COL-right">

<div class="cntwrapper">

<?php echo "$headerad"?>


footer.php file:

Code:
<?php echo "$footerad"?>

</div>

<div class="cntfooter">
<div class="signature">Mary D, Webmaster</div>
</div>
</div>



</div>





</div>

<div class="clearB"></div>
</div>




<div id="footer">
<div class="ftlinks">(c) <?php echo "$copyrightyear"?> <?php echo "$sitetitle"?>
&nbsp;&nbsp; Designed by&nbsp;
 Â     </font> <a class="LINKurl" href="http://www.themekings.net" target="_top" >Todd Swift</a>
&nbsp;&nbsp; PHP Coded by&nbsp;
 Â     </font> <a class="LINKurl" href="http://maryd.webbpg.com" target="_top" >Mary D</a>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;
<?php echo "$footerlinks"?>
</div>
<div class="disclaimer">
<?php echo "$disclaimer"?>
</div>
</div>



</div>


</body>
</html>

« Last Edit: August 19, 2010, 05:52:50 PM by Maryd » Logged

tswift
Lead Designer
Administrator
Full Member
*****

Karma: 6
Offline Offline

Posts: 198


ThemeKings Admin


View Profile WWW
« Reply #11 on: August 19, 2010, 09:54:09 PM »

Thank you Mary for sharing. Excellent conversion!!!!  Grin
Logged

Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC
Vision by ThemeKings

Page created in 1.679 seconds with 18 queries.