1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 11:20:25 +02:00

Bugtracker #3919 - more relative paths made absolute

This commit is contained in:
e107steved
2007-06-04 19:42:45 +00:00
parent eb8102cc57
commit c6119dca66
5 changed files with 15 additions and 15 deletions

View File

@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_themes/jayya/theme.php,v $
| $Revision: 1.2 $
| $Date: 2007-01-20 16:29:24 $
| $Author: mrpete $
| $Revision: 1.3 $
| $Date: 2007-06-04 19:42:45 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
@@ -213,7 +213,7 @@ function tablestyle($caption, $text, $mode){
// chatbox post style
$CHATBOXSTYLE = "
<img src='".e_IMAGE."admin_images/chatbox_16.png' alt='' style='width: 16px; height: 16px; vertical-align: bottom' />
<img src='".e_IMAGE_ABS."admin_images/chatbox_16.png' alt='' style='width: 16px; height: 16px; vertical-align: bottom' />
<b>{USERNAME}</b><br />{TIMEDATE}<br />{MESSAGE}<br /><br />";

View File

@@ -193,7 +193,7 @@ define("TRACKBACKBEFORESTRING", ", ");
$CHATBOXSTYLE = "
<br />
<img src='".THEME."images/bullet.png' alt='' />
<img src='".THEME_ABS."images/bullet.png' alt='' />
<span class='chatb'>{USERNAME}</span>
<div class='smalltext'>
{TIMEDATE}<br />

View File

@@ -10,8 +10,8 @@
| Released under the terms and conditions of the
| GNU General Public License (http://gnu.org).
|
| $Revision: 1.2 $
| $Date: 2007-03-18 11:20:39 $
| $Revision: 1.3 $
| $Date: 2007-06-04 19:42:45 $
| $Author: e107steved $
+---------------------------------------------------------------+
*/
@@ -140,7 +140,7 @@ $COMMENTSTYLE = "
$CHATBOXSTYLE = "
<img src='".e_IMAGE."admin_images/chatbox_16.png' alt='' style='vertical-align: middle;' />
<img src='".e_IMAGE_ABS."admin_images/chatbox_16.png' alt='' style='vertical-align: middle;' />
<b>{USERNAME}</b>
<div class='smalltext'>
{MESSAGE}

View File

@@ -37,7 +37,7 @@ define("THEME_DISCLAIMER", "<br /><i>".LAN_THEME_1."</i>");
$layout = "_default";
$HEADER = "<div id='header'>
<img src='".THEME."images/logo.png' style='width: 168px; height: 80px; display: block' alt='' />
<img src='".THEME_ABS."images/logo.png' style='width: 168px; height: 80px; display: block' alt='' />
</div>
<div id='banner'>
{BANNER}
@@ -99,7 +99,7 @@ $NEWSSTYLE = "
on
{NEWSDATE}
<br />
<img src='".e_IMAGE."admin_images/userclass_16.png' alt='' style='vertical-align: middle;' />
<img src='".e_IMAGE_ABS."admin_images/userclass_16.png' alt='' style='vertical-align: middle;' />
{NEWSCOMMENTS}{TRACKBACK}
</div>
<br />";

View File

@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_themes/reline/theme.php,v $
| $Revision: 1.1.1.1 $
| $Date: 2006-12-02 04:36:09 $
| $Author: mcfly_e107 $
| $Revision: 1.2 $
| $Date: 2007-06-04 19:42:45 $
| $Author: e107steved $
|
+----------------------------------------------------------------------------+
| Photo Credits
@@ -120,7 +120,7 @@ $no_core_css = TRUE;
$HEADER = "<table class='container'>
<tr>
<td>
<img class='advanced_image' src='".e_IMAGE."advanced.png' alt='' />
<img class='advanced_image' src='".e_IMAGE_ABS."advanced.png' alt='' />
</td>
<td class='top_section'>
@@ -357,7 +357,7 @@ $SEARCH_SHORTCODE = "<input class='tbox search' type='text' name='q' size='20' v
// Chatbox post style
$CHATBOXSTYLE = "<br /><img src='".e_IMAGE."admin_images/chatbox_16.png' alt='' style='width: 16px; height: 16px; vertical-align: bottom' />
$CHATBOXSTYLE = "<br /><img src='".e_IMAGE_ABS."admin_images/chatbox_16.png' alt='' style='width: 16px; height: 16px; vertical-align: bottom' />
<b>{USERNAME}</b><br />{TIMEDATE}<br />{MESSAGE}<br />";