Basic Theme Development
Permalink
I am trying to build a basic theme.
Here is the default.php under themes
and under description.txt i have
I installed and activated the theme. Please see attached what i get on the screen. And i can not move anywhere
Can someone assist?
Thanks
Here is the default.php under themes
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<?php Loader::element('header_required') ?>
</head>
<body>
<?php $a = new Area('content'); $a->display($c); ?>
<?php Loader::element('footer_required') ?>
</body>
</html>and under description.txt i have
Basic Theme This theme is extremely basic
I installed and activated the theme. Please see attached what i get on the screen. And i can not move anywhere
Can someone assist?
Thanks