Comment on page
Customizing Linkity
Linkity is built to be expanded upon with new features and designs. This page describes the files Linkity uses.
File | Purpose |
index.php | Serves the homepage |
redirect.php | Redirects links to their long URLs. |
config.php | Stores important settings such as the database credentials. |
libs/linkity.php | The actual class that handles links, views and users. |
admin | The admin dashboard for managing Linkity. |
Say you'd like to change the background the homepage displays, all you'd have to do is open
index.php
and set the background img
's src
to your background's URL.Similarly, you can make design changes just by changing the CSS & HTML of these files.
Say you'd like to build a multiple user system, you'd have to change the functions in
libs/linkity.php
and customize the admin dashboard.Last modified 4yr ago