Zobla
|
||
|
Welcome To Zobla CMS Welcome to the Zobla CMS. Today, you can find all kinds of cms, but you will also find that those cmss are bloated and not as user friendly as they were first sought out to be. With Zobla, you will find a pure cms system, that IS user friendly. Default System When you fist install Zobla, you will see this page and about us page. You can look at these designs, and see how easily it is to integrate the system into your very own design. If you want to keep the default design, that is perfectly fine. admin Panel To login to the admin panel, replace the the domain, with your domain. http://www.yourdomain.com/zobla/admin/index.php username: admin password: admin123 *Note: If you installed zobla contents to the root of your system, then you would leave the zobla directory out of the url: http://www.yourdomain.com/admin/index.php Integrating Into Your Own Template If you want to integrate Zobla CMS into your own design, it is VERY simple to do so. When you have your template ready to go, the first thing is to put include the contentfunctions.php script into your template. Like this: <?php If you dont have this page, your content will not show up. Then for your title of the page, you would put the following code between your <title> </title> tags, Like this: <title><?php writeTitle(home); ?></title> And finally for the content, you would put this code wherever your want it to show up: <?php writeContent(home); ?> Delete install.php Make sure that after you have successfully installed, which if you are reading this, you have, that you delete the file install.php. This is a security risk for your cms if you do not do so. |
||
Copyright (c) 2007 Zobla
|