[PR #36] [MERGED] Make Homepage helpful, add Twig as tmpl engine #849

Closed
opened 2026-03-15 15:39:01 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/flyimg/flyimg/pull/36
Author: @sadok-f
Created: 1/29/2017
Status: Merged
Merged: 1/30/2017
Merged by: @sadok-f

Base: masterHead: helful-homepage


📝 Commits (1)

  • 9fba5ef Make Homepage helpful, add Twig as tmpl engine

📊 Changes

8 files changed (+416 additions, -10 deletions)

View changed files

📝 app.php (+9 -7)
📝 composer.json (+3 -1)
📝 composer.lock (+144 -1)
📝 src/Core/Controller/CoreController.php (+11 -0)
📝 src/Core/Controller/DefaultController.php (+1 -1)
src/Core/Views/Default/index.twig (+34 -0)
src/Core/Views/layout.twig (+51 -0)
web/css/main.css (+163 -0)

📄 Description

#23


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/flyimg/flyimg/pull/36 **Author:** [@sadok-f](https://github.com/sadok-f) **Created:** 1/29/2017 **Status:** ✅ Merged **Merged:** 1/30/2017 **Merged by:** [@sadok-f](https://github.com/sadok-f) **Base:** `master` ← **Head:** `helful-homepage` --- ### 📝 Commits (1) - [`9fba5ef`](https://github.com/flyimg/flyimg/commit/9fba5ef76f211ce09bffd5ee1a10664dba459293) Make Homepage helpful, add Twig as tmpl engine ### 📊 Changes **8 files changed** (+416 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `app.php` (+9 -7) 📝 `composer.json` (+3 -1) 📝 `composer.lock` (+144 -1) 📝 `src/Core/Controller/CoreController.php` (+11 -0) 📝 `src/Core/Controller/DefaultController.php` (+1 -1) ➕ `src/Core/Views/Default/index.twig` (+34 -0) ➕ `src/Core/Views/layout.twig` (+51 -0) ➕ `web/css/main.css` (+163 -0) </details> ### 📄 Description #23 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 15:39:01 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/flyimg#849
No description provided.