Skip to content
/ web-blog Public

Simple web blog on procedural php and bootstrap

Notifications You must be signed in to change notification settings

1BBC/web-blog

Repository files navigation

web-blog

Simple web blog on procedural php and bootstrap

Settings /include/config.php

$config = array(
	'title' => 'WEB BLOG',
	'favicon' => '/images/favicon.png',
	'logo' => '/images/logo.png',
	'footer_text' => 'Копирайт © Сайт 2019',
	'contacts_img' => 'images/contacts_bg.jpg', //bg image on the contact page
	'articles_on_pg' => 3, //number of publications per page
	'admin_id' => 1,	
  // Database Connection Settings
	'db' => array( //
		'server'   => 'localhost', //servername
		'username' => 'root', 
		'password' => '',
		'name' 	   => 'web_blog' //db name
	)
);

Display on page

index.php

alt text

profile.php

alt text

About

Simple web blog on procedural php and bootstrap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages