There are html folder in particular template folder
Customise the Component Output for joomla 1.5 series
To override a component layout (for example the default layout in the article view), copy:
/components/com_content/views/article/tmpl/default.php
to:
/templates/rhuk_milkyway/html/com_content/article/default.php
Customise the Module Output
To override a module layout (for example the Latest News module ), copy:
/components/mod_latest_news/default.php
to:
/templates/rhuk_milkyway/html/mod_latest_news/default.php
Add New Module Styles
To add new module styles (chrome), add them to the following file:
/templates/rhuk_milkyway/html/modules.php
Customise the Pagination Links
To customise the way the items-per-page selector and pagination links display, edit the following file:
/templates/rhuk_milkyway/html/pagination.php