fixed unessecary dead link, gitignore
This commit is contained in:
parent
2a4cf9d7e8
commit
0611f79566
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
/nbproject/private
|
||||||
@ -11,8 +11,7 @@ class default_page extends \SYSTEM\PAGE\Page {
|
|||||||
private static function css(){
|
private static function css(){
|
||||||
return '<link href="'.SYSTEM\WEBPATH(new PPAGE(),'default_page/css/default_page.css').'" rel="stylesheet" type="text/css">'.
|
return '<link href="'.SYSTEM\WEBPATH(new PPAGE(),'default_page/css/default_page.css').'" rel="stylesheet" type="text/css">'.
|
||||||
'<link href="'.SYSTEM\WEBPATH(new PLIB(),'bootstrap/css/bootstrap.min.css').'" rel="stylesheet" type="text/css">'.
|
'<link href="'.SYSTEM\WEBPATH(new PLIB(),'bootstrap/css/bootstrap.min.css').'" rel="stylesheet" type="text/css">'.
|
||||||
'<link href="'.SYSTEM\WEBPATH(new PLIB(),'bootstrap/css/bootstrap-theme.min.css').'" rel="stylesheet" type="text/css">'.
|
'<link href="'.SYSTEM\WEBPATH(new PLIB(),'bootstrap/css/bootstrap-theme.min.css').'" rel="stylesheet" type="text/css">';
|
||||||
'<link href="'.SYSTEM\WEBPATH(new PLIB(),'bootstrap/css/bootstrap-responsive.min.css').'" rel="stylesheet" type="text/css">';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function html($_escaped_fragment_ = null){
|
public function html($_escaped_fragment_ = null){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user