Hello everyone,
Firstly this is my website http://www.hallsol.com which now displays the main latest products. However what I would like to achive is for the index page to be the About Us page which I can find it in the setting/modules but do not know how to change the extention to show it as the index/landing page.
Then I would need more assistance to change the present index/landing page to say "latest products" or something like that - basically it will be the present landing page.
Hope what is written makes some sense. Am more of a novice,hoddyists with web design and am assisting my dad who insist that I make some use of myself by helping him with the site.
Appreciate any ideas,assistance that ceb be thrown my way folks.
Thanks
Shaira Layne
Open your index.php file, find
change it to
Code: Select all
// Router
if (isset($request->get['route'])) {
$action = new Action($request->get['route']);
} else {
$action = new Action('common/home');
}
Code: Select all
// Router
if (isset($request->get['route'])) {
$action = new Action($request->get['route']);
} else {
$action = new Action('information/information');
$request->get['information_id'] = 4;
}
Hi Jay,
appreciate the assist on this. Sure was a great help to this learning novice. Someday when I get to be as versatile and knowledgeable as you, would like the opportunity to return the assistance to someone who may benefit from the ones with experience.
Cheers
Shaira Adao.
appreciate the assist on this. Sure was a great help to this learning novice. Someday when I get to be as versatile and knowledgeable as you, would like the opportunity to return the assistance to someone who may benefit from the ones with experience.
Cheers
Shaira Adao.
Who is online
Users browsing this forum: Bing [Bot] and 17 guests