Skip to content
This repository has been archived by the owner on Nov 26, 2017. It is now read-only.

Commit

Permalink
Merge pull request #1573 from mbabker/tmplFile
Browse files Browse the repository at this point in the history
Set param for file to load with render method
  • Loading branch information
LouisLandry committed Oct 7, 2012
2 parents 8782125 + 6273de7 commit 350b18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/joomla/application/web.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ protected function render()
// Setup the document options. // Setup the document options.
$options = array( $options = array(
'template' => $this->get('theme'), 'template' => $this->get('theme'),
'file' => 'index.php', 'file' => $this->get('themeFile', 'index.php'),
'params' => $this->get('themeParams') 'params' => $this->get('themeParams')
); );


Expand Down

0 comments on commit 350b18a

Please sign in to comment.