Where Drush 9 aliases file should be located in Drupal 8?
I have tried some ways to create an alias for my local Drupal project, I'm referring to : https://www.drupal.org/node/1401522 https://www.drupal.org/project/drush/issues/831272 https://www.drupal.org/project/drush/issues/786766 I can connect by running this command : Output : But when I try to use a drush alias it doesn't work. Here my alias file :...
Where is the logic located which determines the tpl file for the front page?
We are using Drupal 6. When accessing http://www.mysite.com/, the tpl file which is displayed is named page-front_page.tpl.php. I cannot figure out where the logic is which decides that page-front_page.tpl.php will be used for the front page. I created a second file, named page-front.tpl.php, and this will display instead of page-front_page.tpl.php...