core.templates["site_footer"] = [
    { tag: "div", className: "site_footer_wrapper",
      childs: [
        { tag: "div", id: "links", className: "links" },
        { tag: "div", className: "info",
          childs: [
            { tag: "div", id: "info" },
            { tag: "div", innerHTML: "Designed by <a href='http://www.freecsstemplates.org/'>Free CSS Templates</a>" }
          ]}
      ]}
];

core.values.row_styles_theme = [
    { title: "A", style: "layout_row_1" }
];
