{"id":22060318,"url":"https://github.com/ronniechong/html-template","last_synced_at":"2026-05-03T07:37:20.842Z","repository":{"id":11648145,"uuid":"14154454","full_name":"ronniechong/html-template","owner":"ronniechong","description":"HTML5 / PHP template","archived":false,"fork":false,"pushed_at":"2013-11-05T23:56:56.000Z","size":116,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-28T23:13:58.474Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ronniechong.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-11-05T21:17:53.000Z","updated_at":"2013-11-05T23:56:56.000Z","dependencies_parsed_at":"2022-09-06T10:20:56.415Z","dependency_job_id":null,"html_url":"https://github.com/ronniechong/html-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ronniechong%2Fhtml-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ronniechong%2Fhtml-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ronniechong%2Fhtml-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ronniechong%2Fhtml-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ronniechong","download_url":"https://codeload.github.com/ronniechong/html-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245136634,"owners_count":20566621,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-30T17:47:30.771Z","updated_at":"2026-05-03T07:37:15.807Z","avatar_url":"https://github.com/ronniechong.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003eHTML5 / PHP template\u003c/h1\u003e\n\n\u003cp\u003eDate added: 6th November 2013\u003c/p\u003e\n\u003cp\u003eDescription: This is a HTML/PHP template for a standard web development. It supports a HTML5, mobile/responsive environment and a PHP client server environment.\u003c/p\u003e\n\n\u003ch2\u003eStructure\u003c/h2\u003e\n\u003cp\u003e\n\tThe starting point template has the following structure:\u003c/p\u003e\n\u003cp\u003e\n\tindex.php\u003cbr/\u003e\n\tlayout.php\u003cbr/\u003e\n\t_assets/js/ --\u003e JS files here\u003cbr/\u003e\n\t_assets/images/ --\u003e Image files here\u003cbr/\u003e\n\t_assets/css/ --\u003e CSS files here\u003cbr/\u003e\t\n\t_assets/lib/ --\u003e PHP include or library files here\u003cbr/\u003e\n\u003c/p\u003e\n\n\u003ch2\u003eGetting started\u003c/h2\u003e\n\u003cp\u003eYou will need a Apache/PHP webserver environment to host the HTML templates.\u003c/p\u003e\n\u003cdl\u003e\n\t\u003cdt\u003elayout.php\u003c/dt\u003e\n\t\u003cdd\u003e\n\t\tThis is the template for the layout of the website. It defines your basic structure of the website (header and footer) as well as global calls for scripts and stylesheets\n\t\u003c/dd\u003e\n\n\t\u003cdt\u003eindex.php\u003c/dt\u003e\n\t\u003cdd\u003e\n\t\tThis is the template for the invidual page of the website. You can populate your local content here as well as define scripts or stylesheets.\n\t\u003c/dd\u003e\n\n\t\u003cdt\u003esettings.php\u003c/dt\u003e\n\t\u003cdd\u003e\n\t\tThis file is located in _assets/lib folder. It serves as a settings page where you define how the template will behave. See Settings below for options\n\t\u003c/dd\u003e\n\u003c/dl\u003e\n\n\n\u003ch2\u003eSettings\u003c/h2\u003e\n\u003cdl\u003e\n\t\u003cdt\u003e$objSettings -\u003e isDEVMODE\u003c/dt\u003e\n\t\u003cdd\u003e\n\t\tSetting this option to TRUE will display internal information during development. This is useful when you wish to debug issues.\u003cbr/\u003e\n\t\tNOTE: Remember to turn it to FALSE before going live with your website or internal information will be revealed to the public. The default value is FALSE.\n\t\u003c/dd\u003e\n\t\u003cdt\u003e$objSettings -\u003e isMobileResponsive\u003c/dt\u003e\n\t\u003cdd\u003e\n\t\tThis is for mobile/responsive development. If set to TRUE, a viewport tag will be embedded into the layout. The default value is FALSE.\n\t\u003c/dd\u003e\n\t\n\t\u003cdt\u003e$objSettings -\u003e isSession\u003c/dt\u003e\n\t\u003cdd\u003e\n\t\tIf set to TRUE, a session() will start for the website. The default value is FALSE.\n\t\u003c/dd\u003e\n\t\n\t\u003cdt\u003e$objSettings -\u003e strMobileViewport\u003c/dt\u003e\n\t\u003cdd\u003e\n\t\tThis is the tag for mobile/responsive mode. This will be embedded in the layout is \u003cem\u003eisMobileResponsive\u003c/em\u003e is set to TRUE.\n\t\u003c/dd\u003e\n\u003c/dl\u003e\t\n\n\u003ch2\u003eCSS\u003c/h2\u003e\n\u003cp\u003eThe CSS (default.css) contains a standard reset and a basic set of styling and declarations.\u003c/p\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fronniechong%2Fhtml-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fronniechong%2Fhtml-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fronniechong%2Fhtml-template/lists"}