fix BE Cr notes
This commit is contained in:
@@ -334,6 +334,7 @@ class SkinEngine
|
|||||||
|
|
||||||
echo $template->getOutputContent();
|
echo $template->getOutputContent();
|
||||||
}
|
}
|
||||||
|
|
||||||
private function _viena()
|
private function _viena()
|
||||||
{
|
{
|
||||||
$oHeadPublisher = headPublisher::getSingleton();
|
$oHeadPublisher = headPublisher::getSingleton();
|
||||||
@@ -353,6 +354,7 @@ class SkinEngine
|
|||||||
echo View::make('Views::home.home', compact("userCanAccess"))->render();
|
echo View::make('Views::home.home', compact("userCanAccess"))->render();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private function _blank()
|
private function _blank()
|
||||||
{
|
{
|
||||||
G::verifyPath(PATH_SMARTY_C, true);
|
G::verifyPath(PATH_SMARTY_C, true);
|
||||||
|
|||||||
Reference in New Issue
Block a user