-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
169 additions
and
44 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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 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
45 changes: 45 additions & 0 deletions
45
wb/templates/advancedThemeWbFlat/jquery_added/plugins/phpSystemVars/themeVersion.php
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 |
---|---|---|
@@ -0,0 +1,45 @@ | ||
<?php | ||
/** | ||
* Website Baker Theme | ||
* Just file for output version number of admin theme | ||
* | ||
* NOTE: | ||
* As it is not possible to include php to the backend theme | ||
* the version number can not directly be included to the theme | ||
* --> include the output of this file to the theme by jq | ||
* | ||
* | ||
* Part off: Website Baker theme advanced Theme WB Flat | ||
* More information see: info.php in main theme folder | ||
*/ | ||
|
||
|
||
|
||
|
||
if (!defined('WB_PATH')) { | ||
// include wb system data/functions | ||
include('../../../../../config.php'); | ||
} | ||
// --- check if logged in | ||
$bLoggedIn = (isset($_SESSION['USER_ID']) && is_numeric($_SESSION['USER_ID'])); | ||
|
||
// go on only forward if logged in | ||
if ($bLoggedIn) { | ||
|
||
|
||
|
||
|
||
|
||
// ### get template information file with info vars | ||
include('../../../info.php'); | ||
|
||
// ### output version number of admin theme | ||
echo 'Admin version: ' . $template_version; | ||
|
||
// ### | ||
// ### --> to include the output to the theme use jQuery | ||
// ########################################################### | ||
|
||
} | ||
|
||
?> |
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
Empty file.
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 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 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 |
---|---|---|
|
@@ -45,8 +45,6 @@ | |
|
||
</div><!-- ENDE edit_pages_head --> | ||
|
||
|
||
|
||
|
||
</div><!-- ENDE page_modify_page --> | ||
|
||
|
Oops, something went wrong.