I'm new to drupal so please explain like I'm 5 years old.
I created a new theme for my drupal 7 setup. It consists of the info file and a page.tpl.php
Inside page.tlp.php I have literally placed hello, this is my theme. Nothing else.
I enabled the theme and disabled all the others, I made my theme the default.
So as expected the homepage returns my text. However, I had assumed that going to http://mysite.com/?q=user would show me some sort of default login. Apparently not? There is no login form and it only shows hello, this is my theme
I think my assumption that the login form would always be there was incorrect. Do I have to code this into my theme?
What would be a simple way to do this, if at all?
Thank you for your patience with my newbie question.