1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

Steakhouse Web Template

Discussion in 'Free Website Templates' started by Mimoun, Feb 17, 2012.

  1. Mimoun

    Mimoun Administrator Staff Member Director Verified Member

    No restaurant should have to put up with websites any less mouthwatering than the food they serve. Whether you're serving steak, pizza or pasta, this website template will do your food justice.

    [​IMG]

    Download - View

    Web design sub pages:

    [​IMG] [​IMG] [​IMG] [​IMG] [​IMG] [​IMG]


    This website template will work with all modern web browsers.


    What is included:
    • HTML files source code
    • CSS file source code
    • Images: compressed versionssteakhousewebtemplate
    • The design source, in this case, the PSD files
    • Sliced PSD file (Photoshop source design)
    Third party Stock Photos licensed from Veer:


    [​IMG] [​IMG] [​IMG] [​IMG]


    Third party fonts used:
    Font details coming soon.......

    Credits:
    Credit details coming soon......

    Design version 21
    Code version 2

    Download - View
     
    Osman and CovertPea like this.
  2. ezinemart

    ezinemart New Member

    good one
     
  3. Osman

    Osman Member

    I love it. BTW, you have an encoding problem in the template;
    "What�s more, they�re absolutely free!" should be "What's more, they're absolutely free!".
    You may have to do a few things to sort this out:
    1. If put this tag in your page:
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> it may help, but really this is just an indication to the browser of the encoding type, which is pretty strange because the browser actually needs to know the encoding type before it reads the page & gets to this tag.
    2. Since you're using PHP, use this header:
    header('Content-Type: text/html; charset=utf-8');
    That should sort out the problem, unless the content is being read from a database where the default encoding of the fields are another charset.
    3. If you're reading text from a database (with PHP), you can set the charset mode like this:
    $options = array(
    PDO::MYSQL_ATTR_INIT_COMMAND => 'SET NAMES utf8'
    );
    $db = new PDO($dsn, $user, $pass , $options);
     
  4. Mimoun

    Mimoun Administrator Staff Member Director Verified Member

    There were some errors in the old version of this template.
    We have updated the template, removed all errors, and made some design changes.
    Updated to design version 21 and code version 2.