-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pequenas atualizacoes, nao importantes
- Loading branch information
1 parent
892e3ce
commit 4b18eb2
Showing
863 changed files
with
7 additions
and
137,031 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
abstract class Controller_ApplicationBlog extends Controller_Template{ | ||
|
||
public $template = 'site/template_blog'; | ||
public $template = 'layouts/template_blog'; | ||
|
||
public function before(){ | ||
|
||
|
@@ -11,10 +11,6 @@ public function before(){ | |
parent::before(); | ||
View::set_global('site_name', 'Blog com Kohana 3.2'); | ||
View::set_global('description', 'Exemplo de blog usando framework kohana'); | ||
View::set_global('X_UA_Compatible', 'IE=edge,chrome=1'); | ||
View::set_global('viewport', 'width=device-width,initial-scale=1'); | ||
View::set_global('author', 'Fabian Carlos'); | ||
View::set_global('reply_to', '[email protected]'); | ||
View::set_global('shortcut_icon', $icon); | ||
|
||
$this->template->content = ''; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.