From: <var...@us...> - 2014-10-10 15:45:55
|
Revision: 9244 http://sourceforge.net/p/phpwiki/code/9244 Author: vargenau Date: 2014-10-10 15:45:46 +0000 (Fri, 10 Oct 2014) Log Message: ----------- Moving highlight.js to themes/default Modified Paths: -------------- trunk/themes/Crao/templates/bottom.tmpl trunk/themes/Crao/templates/head.tmpl trunk/themes/blog/templates/bottom.tmpl trunk/themes/default/templates/bottom.tmpl trunk/themes/default/templates/head.tmpl trunk/themes/fusionforge/templates/bottom.tmpl trunk/themes/wikilens/templates/head.tmpl Added Paths: ----------- trunk/themes/default/highlight.js/ Removed Paths: ------------- trunk/highlight.js/ Modified: trunk/themes/Crao/templates/bottom.tmpl =================================================================== --- trunk/themes/Crao/templates/bottom.tmpl 2014-10-10 14:52:59 UTC (rev 9243) +++ trunk/themes/Crao/templates/bottom.tmpl 2014-10-10 15:45:46 UTC (rev 9244) @@ -1,7 +1,7 @@ <!-- Add your Disclaimer here --> <?php echo $GLOBALS['ErrorManager']->getPostponedErrorsAsHTML() ?> <?php if (defined('DEBUG') and DEBUG) { ?><?php echo Template('debug') ?><?php } ?> -<script type="text/javascript" src="<?php echo DATA_PATH ?>/highlight.js/highlight.pack.js"></script> +<script type="text/javascript" src="<?php echo DATA_PATH ?>/themes/default/highlight.js/highlight.pack.js"></script> <script> hljs.tabReplace = ' '; hljs.initHighlightingOnLoad(); Modified: trunk/themes/Crao/templates/head.tmpl =================================================================== --- trunk/themes/Crao/templates/head.tmpl 2014-10-10 14:52:59 UTC (rev 9243) +++ trunk/themes/Crao/templates/head.tmpl 2014-10-10 15:45:46 UTC (rev 9244) @@ -11,7 +11,7 @@ <meta name="generator" content="PhpWiki <?php echo PHPWIKI_VERSION?>" /> <base href="<?php echo PHPWIKI_BASE_URL?>" /> <link rel="shortcut icon" href="<?php echo $WikiTheme->getImageURL('favicon.ico')?>" /> -<link rel="stylesheet" type="text/css" href="<?php echo DATA_PATH ?>/highlight.js/styles/github.css"/> +<link rel="stylesheet" type="text/css" href="<?php echo DATA_PATH ?>/themes/default/highlight.js/styles/github.css"/> <?php /* The next few lines are wrapped in an odd manner to allow gettext string extraction: cd locale;make */ ?> <link rel="home" title="<?php echo HOME_PAGE?>" href="<?php echo WikiURL(HOME_PAGE)?>" /> <link rel="help" title="<?php echo Modified: trunk/themes/blog/templates/bottom.tmpl =================================================================== --- trunk/themes/blog/templates/bottom.tmpl 2014-10-10 14:52:59 UTC (rev 9243) +++ trunk/themes/blog/templates/bottom.tmpl 2014-10-10 15:45:46 UTC (rev 9244) @@ -4,7 +4,7 @@ <?php if (DEBUG & _DEBUG_VERBOSE) { ?><?php echo Template('debug') ?><?php } ?> <?php } ?> <!--/span--> -<script type="text/javascript" src="<?php echo DATA_PATH ?>/highlight.js/highlight.pack.js"></script> +<script type="text/javascript" src="<?php echo DATA_PATH ?>/themes/default/highlight.js/highlight.pack.js"></script> <script> hljs.tabReplace = ' '; hljs.initHighlightingOnLoad(); Modified: trunk/themes/default/templates/bottom.tmpl =================================================================== --- trunk/themes/default/templates/bottom.tmpl 2014-10-10 14:52:59 UTC (rev 9243) +++ trunk/themes/default/templates/bottom.tmpl 2014-10-10 15:45:46 UTC (rev 9244) @@ -4,7 +4,7 @@ <?php echo $GLOBALS['ErrorManager']->getPostponedErrorsAsHTML() ?> <?php if (defined('DEBUG') and DEBUG & 1) { ?><?php echo Template('debug') ?><?php } ?> <?php } ?> -<script type="text/javascript" src="<?php echo DATA_PATH ?>/highlight.js/highlight.pack.js"></script> +<script type="text/javascript" src="<?php echo DATA_PATH ?>/themes/default/highlight.js/highlight.pack.js"></script> <script> hljs.tabReplace = ' '; hljs.initHighlightingOnLoad(); Modified: trunk/themes/default/templates/head.tmpl =================================================================== --- trunk/themes/default/templates/head.tmpl 2014-10-10 14:52:59 UTC (rev 9243) +++ trunk/themes/default/templates/head.tmpl 2014-10-10 15:45:46 UTC (rev 9244) @@ -15,7 +15,7 @@ <meta name="generator" content="PhpWiki <?php echo PHPWIKI_VERSION?>" /> <base href="<?php echo PHPWIKI_BASE_URL?>" /> <link rel="shortcut icon" href="<?php echo $WikiTheme->getImageURL('favicon.ico')?>" /> -<link rel="stylesheet" type="text/css" href="<?php echo DATA_PATH ?>/highlight.js/styles/github.css"/> +<link rel="stylesheet" type="text/css" href="<?php echo DATA_PATH ?>/themes/default/highlight.js/styles/github.css"/> <?php /* The next few lines are wrapped in an odd manner to allow gettext string extraction: cd locale;make */ ?> <link rel="home" title="<?php echo HOME_PAGE?>" href="<?php echo WikiURL(HOME_PAGE)?>" /> <link rel="help" title="<?php echo Modified: trunk/themes/fusionforge/templates/bottom.tmpl =================================================================== --- trunk/themes/fusionforge/templates/bottom.tmpl 2014-10-10 14:52:59 UTC (rev 9243) +++ trunk/themes/fusionforge/templates/bottom.tmpl 2014-10-10 15:45:46 UTC (rev 9244) @@ -5,7 +5,7 @@ <?php echo Template('debug') ?> <?php } ?> <?php } ?> -<script type="text/javascript" src="/wiki/highlight.js/highlight.pack.js"></script> +<script type="text/javascript" src="/wiki/themes/default/highlight.js/highlight.pack.js"></script> <script> hljs.tabReplace = ' '; hljs.initHighlightingOnLoad(); Modified: trunk/themes/wikilens/templates/head.tmpl =================================================================== --- trunk/themes/wikilens/templates/head.tmpl 2014-10-10 14:52:59 UTC (rev 9243) +++ trunk/themes/wikilens/templates/head.tmpl 2014-10-10 15:45:46 UTC (rev 9244) @@ -11,7 +11,7 @@ <meta name="generator" content="PhpWiki <?php echo PHPWIKI_VERSION?>" /> <base href="<?php echo PHPWIKI_BASE_URL?>" /> <link rel="shortcut icon" href="<?php echo $WikiTheme->getImageURL('favicon.ico')?>" /> -<link rel="stylesheet" type="text/css" href="<?php echo DATA_PATH ?>/highlight.js/styles/github.css"/> +<link rel="stylesheet" type="text/css" href="<?php echo DATA_PATH ?>/themes/default/highlight.js/styles/github.css"/> <?php /* The next few lines are wrapped in an odd manner to allow gettext string extraction: cd locale;make */ ?> <link rel="home" title="<?php echo HOME_PAGE?>" href="<?php echo WikiURL(HOME_PAGE)?>" /> <link rel="help" title="<?php echo _("HowToUseWiki")?>" href="<?php echo WikiURL( This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |