Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
Yii Bootstrap 3
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Common
Yii Bootstrap 3
Commits
73284dd1
Commit
73284dd1
authored
Feb 07, 2012
by
Crisu83
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed the syntaxhighlighter for now.
parent
32cc95a9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
main.php
demo/protected/views/layouts/main.php
+4
-4
No files found.
demo/protected/views/layouts/main.php
View file @
73284dd1
...
...
@@ -4,11 +4,11 @@
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<meta
name=
"language"
content=
"en"
/>
<title>
<?php
echo
CHtml
::
encode
(
$this
->
pageTitle
);
?>
</title>
<link
rel=
"stylesheet/less"
type=
"text/css"
href=
"
<?php
echo
Yii
::
app
()
->
request
->
baseUrl
;
?>
/less/styles.less"
>
<link
rel=
"stylesheet/less"
type=
"text/css"
href=
"
<?php
echo
Yii
::
app
()
->
request
->
baseUrl
;
?>
/less/styles.less"
/
>
<script
type=
"text/javascript"
src=
"
<?php
echo
Yii
::
app
()
->
request
->
baseUrl
;
?>
/js/less-1.2.1.min.js"
></script>
<?php
/*
<link rel="stylesheet/css" type="text/css" href="<?php echo Yii::app()->request->baseUrl; ?>/js/syntaxhighlighter/scripts/shCore.css">
<link rel="stylesheet/css" type="text/css" href="<?php echo Yii::app()->request->baseUrl; ?>/js/syntaxhighlighter/styles/shThemeDefault.css">
<link rel="stylesheet/css" type="text/css" href="<?php echo Yii::app()->request->baseUrl; ?>/js/syntaxhighlighter/scripts/shCore.css"
/
>
<link rel="stylesheet/css" type="text/css" href="<?php echo Yii::app()->request->baseUrl; ?>/js/syntaxhighlighter/styles/shThemeDefault.css"
/
>
<script type="text/javascript" src="<?php echo Yii::app()->request->baseUrl; ?>/js/syntaxhighlighter/styles/shCore.js"></script>
*/
?>
<?php
Yii
::
app
()
->
bootstrap
->
registerCoreScript
();
?>
...
...
@@ -53,7 +53,7 @@
</div>
<?php
Yii
::
app
()
->
clientScript
->
registerScript
(
'SyntaxHighlighter'
,
"SyntaxHighlighter.all();"
);
?>
<?php
//
Yii::app()->clientScript->registerScript('SyntaxHighlighter', "SyntaxHighlighter.all();"); ?>
</
body
>
</
html
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment