mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
60c2ed2f60
Incremental Refactor Templates 2
22 lines
1.3 KiB
Smarty
22 lines
1.3 KiB
Smarty
<?php
|
|
#################################################################################
|
|
## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ##
|
|
## --------------------------------------------------------------------------- ##
|
|
## Filename support.tpl ##
|
|
## Developed by: Dzoki ##
|
|
## Refactored by: Shadow Incremental Refactor ##
|
|
## License: TravianZ Project ##
|
|
## Copyright: TravianZ (c) 2010-2026. All rights reserved. ##
|
|
## ##
|
|
## Incremental Refactor Notes: ##
|
|
## - Preserved original HTML structure ##
|
|
## - Added safe PHP wrapper for consistent include behavior ##
|
|
## - Kept compatibility with legacy PHP 7+ ##
|
|
## ##
|
|
#################################################################################
|
|
?>
|
|
|
|
<div id="content" class="plus">
|
|
<div id="textmenu">
|
|
</div>
|
|
</div> |