Changeset 18799
- Timestamp:
- 2010/09/09 09:34:12 (16 years ago)
- Location:
- branches/version-2_5-dev
- Files:
-
- 6 edited
- 1 moved
-
data/Smarty/templates/default/campaign/active/footer.tpl (modified) (1 diff)
-
data/Smarty/templates/default/campaign/end/footer.tpl (modified) (1 diff)
-
data/Smarty/templates/default/footer.tpl (modified) (1 diff)
-
data/Smarty/templates/default/site_main.tpl (modified) (1 diff)
-
html/install/templates/install_frame.tpl (modified) (1 diff)
-
html/user_data/packages/default/css/main.css (modified) (1 diff)
-
html/user_data/packages/default/img/common/footer.jpg (moved) (moved from branches/version-2_5-dev/html/user_data/packages/default/img/common/fotter.jpg)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/Smarty/templates/default/campaign/active/footer.tpl
r18700 r18799 23 23 </div> 24 24 <div id="pagetop"><a href="#top"><img src="<!--{$TPL_DIR}-->img/common/pagetop.gif" width="100" height="10" alt="このページのTOPへ" /></a></div> 25 <div id="fo tter">Copyright(C)2000-2010 EC-CUBE All rights reserved.</div>25 <div id="footer">Copyright(C)2000-2010 EC-CUBE All rights reserved.</div> 26 26 </body> 27 27 </html> -
branches/version-2_5-dev/data/Smarty/templates/default/campaign/end/footer.tpl
r18700 r18799 23 23 </div> 24 24 <div id="pagetop"><a href="#top"><img src="<!--{$TPL_DIR}-->img/common/pagetop.gif" width="100" height="10" alt="このページのTOPへ" /></a></div> 25 <div id="fo tter">Copyright(C)2000-2010 EC-CUBE All rights reserved.</div>25 <div id="footer">Copyright(C)2000-2010 EC-CUBE All rights reserved.</div> 26 26 </body> 27 27 </html> -
branches/version-2_5-dev/data/Smarty/templates/default/footer.tpl
r18785 r18799 20 20 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 21 21 *}--> 22 <!--▼FO TTER-->22 <!--▼FOOTER--> 23 23 <div id="pagetop" style="clear: both;"><a href="#top"><img src="<!--{$TPL_DIR}-->img/common/pagetop.gif" width="100" height="10" alt="このページのTOPへ" /></a></div> 24 <div id="fo tter">Copyright©24 <div id="footer">Copyright© 25 25 <!--{if $smarty.const.RELEASE_YEAR != $smarty.now|date_format:"%Y"}--> 26 26 <!--{$smarty.const.RELEASE_YEAR}-->- 27 27 <!--{/if}--> 28 28 <!--{$smarty.now|date_format:"%Y"}--> <!--{$arrSiteInfo.shop_name_eng|escape}--> All rights reserved.</div> 29 <!--▲FO TTER-->29 <!--▲FOOTER--> -
branches/version-2_5-dev/data/Smarty/templates/default/site_main.tpl
r18700 r18799 184 184 <!--{* ▲CONTENTS *}--> 185 185 186 <!--{* ▼FO TTER *}-->186 <!--{* ▼FOOTER *}--> 187 187 <!--{if $arrPageLayout.footer_chk != 2}--> 188 188 <!--{include file=$footer_tpl}--> 189 189 <!--{/if}--> 190 <!--{* ▲FO TTER *}-->190 <!--{* ▲FOOTER *}--> 191 191 <!--{* ▼FooterBottom COLUMN*}--> 192 192 <!--{if $arrPageLayout.FooterBottomNavi|@count > 0}--> -
branches/version-2_5-dev/html/install/templates/install_frame.tpl
r18700 r18799 126 126 </tr> 127 127 <tr> 128 <td colspan="3"><img src="../<!--{$default_dir}-->img/common/fo tter.jpg" width="912" height="19" alt=""></td>128 <td colspan="3"><img src="../<!--{$default_dir}-->img/common/footer.jpg" width="912" height="19" alt=""></td> 129 129 </tr> 130 130 <tr><td height="10"></td></tr> -
branches/version-2_5-dev/html/user_data/packages/default/css/main.css
r18623 r18799 521 521 } 522 522 523 #fo tter {523 #footer { 524 524 margin: 0 auto; 525 525 padding: 15px 8px;
Note: See TracChangeset
for help on using the changeset viewer.
