core.templates["site_footer"] = [
    { tag: "div", id: "links", className: "links" },
    { tag: "div", id: "info", className: "info" },
    { tag: "div", className: "site_footer_copyright",
      innerHTML: "Designed by <a href='http://www.freecsstemplates.org/'>Free CSS Templates</a>" }
];



core.values.app_styles_theme = [
    { title: "D", style: "app_style_1" },
    { title: "E", style: "app_style_2" }
];
