Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
techcnet committed Dec 28, 2023
1 parent 45ac5be commit 9effb78
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions install/info.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php namespace ProcessWire;
if(!defined("PROCESSWIRE_INSTALL")) die();
$info = array(
'title' => "Simple Blog Profile for ProcessWire 3x",
'summary' => "This site profile for ProcessWire offers a simple and responsive blog which doesn't require any module. It works exclusively based on some template files.",
'screenshot' => "screenshot.jpg"
);

0 comments on commit 9effb78

Please sign in to comment.